Html Css Color HEX #02C06A Jade

📋 copy color: '#02C06A'

red 2 ◦ green 192 ◦ blue 106

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

Shades of Jade #02C06A

Tints of Jade #02C06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.33%

R = 0.67%
G = 64%
B = 35.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#02C06A (or 0x02C06A) is known color: Jade. HEX triplet: 02, C0 and 6A. RGB value is (2,192,106). Sum of RGB (Red+Green+Blue) = 2+192+106=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #02C06A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C06A is #FD3F95. Grayscale: #7D7D7D. Windows color (decimal): -16596886 or 6995970. OLE color: 6995970.

HSL color Cylindrical-coordinate representation of color #02C06A: hue angle of 152.84º 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 #02C06A is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 192 106 -
CMYK 0.99 0 0.45 0.25
HSL 152.84º 0.98% 0.38% -
HSV(B) 152.84º 0.99% 0.75% -
XYZ 21.48 38.75 19.98 -
YUV 125.39 117.05 39.99 -
System Red Green Blue C M Y K H S L
Decimal 2 192 106 0.99 0 0.45 0.25 152.84 0.98 0.38
Hex 2 C0 6A 63 0 2D 19 99 62 26
Octal 2 300 152 143 0 55 31 231 142 46
Binary 10 11000000 1101010 1100011 0 101101 11001 10011001 1100010 100110

Color Harmonies of #02C06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C06A

Black with #02C06A

Text Example


Text Example

White with #02C06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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