Html Css Color HEX #02CC6E Jade

📋 copy color: '#02CC6E'

red 2 ◦ green 204 ◦ blue 110

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

Shades of Jade #02CC6E

Tints of Jade #02CC6E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 64.56%

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

R = 0.63%
G = 64.56%
B = 34.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#02CC6E (or 0x02CC6E) is known color: Jade. HEX triplet: 02, CC and 6E. RGB value is (2,204,110). Sum of RGB (Red+Green+Blue) = 2+204+110=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 204 (80.08% from 255 or 64.56% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CC6E is #FD3391. Grayscale: #858585. Windows color (decimal): -16593810 or 7261186. OLE color: 7261186.

HSL color Cylindrical-coordinate representation of color #02CC6E: hue angle of 152.08º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CC6E is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 204 110 -
CMYK 0.99 0 0.46 0.2
HSL 152.08º 0.98% 0.4% -
HSV(B) 152.08º 0.99% 0.8% -
XYZ 24.43 44.32 22.02 -
YUV 132.89 115.08 34.64 -
System Red Green Blue C M Y K H S L
Decimal 2 204 110 0.99 0 0.46 0.2 152.08 0.98 0.4
Hex 2 CC 6E 63 0 2E 14 98 62 28
Octal 2 314 156 143 0 56 24 230 142 50
Binary 10 11001100 1101110 1100011 0 101110 10100 10011000 1100010 101000

Color Harmonies of #02CC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CC6E

Black with #02CC6E

Text Example


Text Example

White with #02CC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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