Html Css Color HEX #02B77E Jade

📋 copy color: '#02B77E'

red 2 ◦ green 183 ◦ blue 126

#02B77E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #02B77E

Tints of Jade #02B77E

RGB

 RED value IS 2 (1.17% from 255) = 0.64%

 GREEN value IS 183 (71.88% from 255) = 58.84%

 BLUE value IS 126 (49.61% from 255) = 40.51%

R = 0.64%
G = 58.84%
B = 40.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#02B77E (or 0x02B77E) is known color: Jade. HEX triplet: 02, B7 and 7E. RGB value is (2,183,126). Sum of RGB (Red+Green+Blue) = 2+183+126=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #02B77E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B77E is #FD4881. Grayscale: #7A7A7A. Windows color (decimal): -16599170 or 8304386. OLE color: 8304386.

HSL color Cylindrical-coordinate representation of color #02B77E: hue angle of 161.1º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B77E is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 183 126 -
CMYK 0.99 0 0.31 0.28
HSL 161.11º 0.98% 0.36% -
HSV(B) 161.11º 0.99% 0.72% -
XYZ 20.72 35.39 25.48 -
YUV 122.38 130.03 42.13 -
System Red Green Blue C M Y K H S L
Decimal 2 183 126 0.99 0 0.31 0.28 161.11 0.98 0.36
Hex 2 B7 7E 63 0 1F 1C A1 62 24
Octal 2 267 176 143 0 37 34 241 142 44
Binary 10 10110111 1111110 1100011 0 11111 11100 10100001 1100010 100100

Color Harmonies of #02B77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B77E

Black with #02B77E

Text Example


Text Example

White with #02B77E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02B77E; }

 p { color: rgb(2,183,126); }

 H1.HeaderClassName
 {
   color: #02B77E;
 }
 .AnyTagClassName
 {
   color: #02B77E;
 }
</style>

background-color css

<style>
 a { background-color: #02B77E; }

 a { background-color: rgb(2,183,126); }

 div.DivClassName
 {
   background-color: #02B77E;
 }
 .BgClassName
 {
   background-color: #02B77E;
 }
</style>

border-color css

<style>
 span { border-color: #02B77E; }

 span { border-color: rgb(2,183,126); }

 td.TdClassName
 {
   border-color: #02B77E;
 }
 .TagClassName
 {
   border-color: #02B77E;
 }
</style>