Html Css Color HEX #02C276 Jade

📋 copy color: '#02C276'

red 2 ◦ green 194 ◦ blue 118

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

Shades of Jade #02C276

Tints of Jade #02C276

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.78%

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 0.64%
G = 61.78%
B = 37.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#02C276 (or 0x02C276) is known color: Jade. HEX triplet: 02, C2 and 76. RGB value is (2,194,118). Sum of RGB (Red+Green+Blue) = 2+194+118=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 194 (76.17% from 255 or 61.78% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 194 - color contains mainly: green. Hex color #02C276 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C276 is #FD3D89. Grayscale: #808080. Windows color (decimal): -16596362 or 7782914. OLE color: 7782914.

HSL color Cylindrical-coordinate representation of color #02C276: hue angle of 156.25º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C276 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 194 118 -
CMYK 0.99 0 0.39 0.24
HSL 156.25º 0.98% 0.38% -
HSV(B) 156.25º 0.99% 0.76% -
XYZ 22.59 39.9 23.65 -
YUV 127.93 122.39 38.18 -
System Red Green Blue C M Y K H S L
Decimal 2 194 118 0.99 0 0.39 0.24 156.25 0.98 0.38
Hex 2 C2 76 63 0 27 18 9C 62 26
Octal 2 302 166 143 0 47 30 234 142 46
Binary 10 11000010 1110110 1100011 0 100111 11000 10011100 1100010 100110

Color Harmonies of #02C276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C276

Black with #02C276

Text Example


Text Example

White with #02C276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,194,118); }

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

background-color css

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

 a { background-color: rgb(2,194,118); }

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

border-color css

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

 span { border-color: rgb(2,194,118); }

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