Html Css Color HEX #02C466 Jade

📋 copy color: '#02C466'

red 2 ◦ green 196 ◦ blue 102

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

Shades of Jade #02C466

Tints of Jade #02C466

RGB

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

 GREEN value IS 196 (76.95% from 255) = 65.33%

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

R = 0.67%
G = 65.33%
B = 34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#02C466 (or 0x02C466) is known color: Jade. HEX triplet: 02, C4 and 66. RGB value is (2,196,102). Sum of RGB (Red+Green+Blue) = 2+196+102=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 196 (76.95% from 255 or 65.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 196 - color contains mainly: green. Hex color #02C466 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C466 is #FD3B99. Grayscale: #7F7F7F. Windows color (decimal): -16595866 or 6734850. OLE color: 6734850.

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

Color convert

RGB 2 196 102 -
CMYK 0.99 0 0.48 0.23
HSL 150.93º 0.98% 0.39% -
HSV(B) 150.93º 0.99% 0.77% -
XYZ 22.16 40.45 19.21 -
YUV 127.28 113.73 38.64 -
System Red Green Blue C M Y K H S L
Decimal 2 196 102 0.99 0 0.48 0.23 150.93 0.98 0.39
Hex 2 C4 66 63 0 30 17 97 62 27
Octal 2 304 146 143 0 60 27 227 142 47
Binary 10 11000100 1100110 1100011 0 110000 10111 10010111 1100010 100111

Color Harmonies of #02C466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C466

Black with #02C466

Text Example


Text Example

White with #02C466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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