Html Css Color HEX #02C078 Jade

📋 copy color: '#02C078'

red 2 ◦ green 192 ◦ blue 120

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

Shades of Jade #02C078

Tints of Jade #02C078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.22%

R = 0.64%
G = 61.15%
B = 38.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#02C078 (or 0x02C078) is known color: Jade. HEX triplet: 02, C0 and 78. RGB value is (2,192,120). Sum of RGB (Red+Green+Blue) = 2+192+120=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #02C078 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C078 is #FD3F87. Grayscale: #7F7F7F. Windows color (decimal): -16596872 or 7913474. OLE color: 7913474.

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

Color convert

RGB 2 192 120 -
CMYK 0.99 0 0.38 0.25
HSL 157.26º 0.98% 0.38% -
HSV(B) 157.26º 0.99% 0.75% -
XYZ 22.26 39.07 24.14 -
YUV 126.98 124.05 38.85 -
System Red Green Blue C M Y K H S L
Decimal 2 192 120 0.99 0 0.38 0.25 157.26 0.98 0.38
Hex 2 C0 78 63 0 26 19 9D 62 26
Octal 2 300 170 143 0 46 31 235 142 46
Binary 10 11000000 1111000 1100011 0 100110 11001 10011101 1100010 100110

Color Harmonies of #02C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C078

Black with #02C078

Text Example


Text Example

White with #02C078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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