Html Css Color HEX #02C06E Jade

📋 copy color: '#02C06E'

red 2 ◦ green 192 ◦ blue 110

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

Shades of Jade #02C06E

Tints of Jade #02C06E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.16%

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 0.66%
G = 63.16%
B = 36.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#02C06E (or 0x02C06E) is known color: Jade. HEX triplet: 02, C0 and 6E. RGB value is (2,192,110). Sum of RGB (Red+Green+Blue) = 2+192+110=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #02C06E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C06E is #FD3F91. Grayscale: #7D7D7D. Windows color (decimal): -16596882 or 7258114. OLE color: 7258114.

HSL color Cylindrical-coordinate representation of color #02C06E: hue angle of 154.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C06E is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 192 110 -
CMYK 0.99 0 0.43 0.25
HSL 154.11º 0.98% 0.38% -
HSV(B) 154.11º 0.99% 0.75% -
XYZ 21.69 38.84 21.11 -
YUV 125.84 119.05 39.67 -
System Red Green Blue C M Y K H S L
Decimal 2 192 110 0.99 0 0.43 0.25 154.11 0.98 0.38
Hex 2 C0 6E 63 0 2B 19 9A 62 26
Octal 2 300 156 143 0 53 31 232 142 46
Binary 10 11000000 1101110 1100011 0 101011 11001 10011010 1100010 100110

Color Harmonies of #02C06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C06E

Black with #02C06E

Text Example


Text Example

White with #02C06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,192,110); }

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

background-color css

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

 a { background-color: rgb(2,192,110); }

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

border-color css

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

 span { border-color: rgb(2,192,110); }

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