Html Css Color HEX #02C166 Jade

📋 copy color: '#02C166'

red 2 ◦ green 193 ◦ blue 102

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

Shades of Jade #02C166

Tints of Jade #02C166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 0.67%
G = 64.98%
B = 34.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#02C166 (or 0x02C166) is known color: Jade. HEX triplet: 02, C1 and 66. RGB value is (2,193,102). Sum of RGB (Red+Green+Blue) = 2+193+102=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #02C166 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C166 is #FD3E99. Grayscale: #7D7D7D. Windows color (decimal): -16596634 or 6734082. OLE color: 6734082.

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

Color convert

RGB 2 193 102 -
CMYK 0.99 0 0.47 0.24
HSL 151.41º 0.98% 0.38% -
HSV(B) 151.41º 0.99% 0.76% -
XYZ 21.49 39.11 18.99 -
YUV 125.52 114.72 39.9 -
System Red Green Blue C M Y K H S L
Decimal 2 193 102 0.99 0 0.47 0.24 151.41 0.98 0.38
Hex 2 C1 66 63 0 2F 18 97 62 26
Octal 2 301 146 143 0 57 30 227 142 46
Binary 10 11000001 1100110 1100011 0 101111 11000 10010111 1100010 100110

Color Harmonies of #02C166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C166

Black with #02C166

Text Example


Text Example

White with #02C166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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