Html Css Color HEX #02C376 Jade

📋 copy color: '#02C376'

red 2 ◦ green 195 ◦ blue 118

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

Shades of Jade #02C376

Tints of Jade #02C376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.9%

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

R = 0.63%
G = 61.9%
B = 37.46%

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

#02C376 (or 0x02C376) is known color: Jade. HEX triplet: 02, C3 and 76. RGB value is (2,195,118). Sum of RGB (Red+Green+Blue) = 2+195+118=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #02C376 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C376 is #FD3C89. Grayscale: #808080. Windows color (decimal): -16596106 or 7783170. OLE color: 7783170.

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

Color convert

RGB 2 195 118 -
CMYK 0.99 0 0.39 0.24
HSL 156.06º 0.98% 0.39% -
HSV(B) 156.06º 0.99% 0.76% -
XYZ 22.81 40.35 23.73 -
YUV 128.52 122.06 37.76 -
System Red Green Blue C M Y K H S L
Decimal 2 195 118 0.99 0 0.39 0.24 156.06 0.98 0.39
Hex 2 C3 76 63 0 27 18 9C 62 27
Octal 2 303 166 143 0 47 30 234 142 47
Binary 10 11000011 1110110 1100011 0 100111 11000 10011100 1100010 100111

Color Harmonies of #02C376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C376

Black with #02C376

Text Example


Text Example

White with #02C376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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