Html Css Color HEX #02C17A Jade

📋 copy color: '#02C17A'

red 2 ◦ green 193 ◦ blue 122

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

Shades of Jade #02C17A

Tints of Jade #02C17A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 0.63%
G = 60.88%
B = 38.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#02C17A (or 0x02C17A) is known color: Jade. HEX triplet: 02, C1 and 7A. RGB value is (2,193,122). Sum of RGB (Red+Green+Blue) = 2+193+122=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #02C17A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C17A is #FD3E85. Grayscale: #7F7F7F. Windows color (decimal): -16596614 or 8044802. OLE color: 8044802.

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

Color convert

RGB 2 193 122 -
CMYK 0.99 0 0.37 0.24
HSL 157.7º 0.98% 0.38% -
HSV(B) 157.7º 0.99% 0.76% -
XYZ 22.61 39.56 24.86 -
YUV 127.8 124.72 38.27 -
System Red Green Blue C M Y K H S L
Decimal 2 193 122 0.99 0 0.37 0.24 157.7 0.98 0.38
Hex 2 C1 7A 63 0 25 18 9E 62 26
Octal 2 301 172 143 0 45 30 236 142 46
Binary 10 11000001 1111010 1100011 0 100101 11000 10011110 1100010 100110

Color Harmonies of #02C17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C17A

Black with #02C17A

Text Example


Text Example

White with #02C17A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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