Html Css Color HEX #02C070 Jade

📋 copy color: '#02C070'

red 2 ◦ green 192 ◦ blue 112

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

Shades of Jade #02C070

Tints of Jade #02C070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 0.65%
G = 62.75%
B = 36.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#02C070 (or 0x02C070) is known color: Jade. HEX triplet: 02, C0 and 70. RGB value is (2,192,112). Sum of RGB (Red+Green+Blue) = 2+192+112=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #02C070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C070 is #FD3F8F. Grayscale: #7E7E7E. Windows color (decimal): -16596880 or 7389186. OLE color: 7389186.

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

Color convert

RGB 2 192 112 -
CMYK 0.99 0 0.42 0.25
HSL 154.74º 0.98% 0.38% -
HSV(B) 154.74º 0.99% 0.75% -
XYZ 21.8 38.88 21.69 -
YUV 126.07 120.05 39.5 -
System Red Green Blue C M Y K H S L
Decimal 2 192 112 0.99 0 0.42 0.25 154.74 0.98 0.38
Hex 2 C0 70 63 0 2A 19 9B 62 26
Octal 2 300 160 143 0 52 31 233 142 46
Binary 10 11000000 1110000 1100011 0 101010 11001 10011011 1100010 100110

Color Harmonies of #02C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C070

Black with #02C070

Text Example


Text Example

White with #02C070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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