Html Css Color HEX #02C06B Jade

📋 copy color: '#02C06B'

red 2 ◦ green 192 ◦ blue 107

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

Shades of Jade #02C06B

Tints of Jade #02C06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.55%

R = 0.66%
G = 63.79%
B = 35.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#02C06B (or 0x02C06B) is known color: Jade. HEX triplet: 02, C0 and 6B. RGB value is (2,192,107). Sum of RGB (Red+Green+Blue) = 2+192+107=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #02C06B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C06B is #FD3F94. Grayscale: #7D7D7D. Windows color (decimal): -16596885 or 7061506. OLE color: 7061506.

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

Color convert

RGB 2 192 107 -
CMYK 0.99 0 0.44 0.25
HSL 153.16º 0.98% 0.38% -
HSV(B) 153.16º 0.99% 0.75% -
XYZ 21.53 38.77 20.26 -
YUV 125.5 117.55 39.91 -
System Red Green Blue C M Y K H S L
Decimal 2 192 107 0.99 0 0.44 0.25 153.16 0.98 0.38
Hex 2 C0 6B 63 0 2C 19 99 62 26
Octal 2 300 153 143 0 54 31 231 142 46
Binary 10 11000000 1101011 1100011 0 101100 11001 10011001 1100010 100110

Color Harmonies of #02C06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C06B

Black with #02C06B

Text Example


Text Example

White with #02C06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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