Html Css Color HEX #02C170 Jade

📋 copy color: '#02C170'

red 2 ◦ green 193 ◦ blue 112

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

Shades of Jade #02C170

Tints of Jade #02C170

RGB

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

 GREEN value IS 193 (75.78% from 255) = 62.87%

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

R = 0.65%
G = 62.87%
B = 36.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#02C170 (or 0x02C170) is known color: Jade. HEX triplet: 02, C1 and 70. RGB value is (2,193,112). Sum of RGB (Red+Green+Blue) = 2+193+112=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 193 (75.78% from 255 or 62.87% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 193 - color contains mainly: green. Hex color #02C170 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C170 is #FD3E8F. Grayscale: #7E7E7E. Windows color (decimal): -16596624 or 7389442. OLE color: 7389442.

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

Color convert

RGB 2 193 112 -
CMYK 0.99 0 0.42 0.24
HSL 154.56º 0.98% 0.38% -
HSV(B) 154.56º 0.99% 0.76% -
XYZ 22.02 39.32 21.76 -
YUV 126.66 119.72 39.09 -
System Red Green Blue C M Y K H S L
Decimal 2 193 112 0.99 0 0.42 0.24 154.56 0.98 0.38
Hex 2 C1 70 63 0 2A 18 9B 62 26
Octal 2 301 160 143 0 52 30 233 142 46
Binary 10 11000001 1110000 1100011 0 101010 11000 10011011 1100010 100110

Color Harmonies of #02C170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C170

Black with #02C170

Text Example


Text Example

White with #02C170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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