Html Css Color HEX #02A866 Jade

📋 copy color: '#02A866'

red 2 ◦ green 168 ◦ blue 102

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

Shades of Jade #02A866

Tints of Jade #02A866

RGB

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

 GREEN value IS 168 (66.02% from 255) = 61.76%

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

R = 0.74%
G = 61.76%
B = 37.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#02A866 (or 0x02A866) is known color: Jade. HEX triplet: 02, A8 and 66. RGB value is (2,168,102). Sum of RGB (Red+Green+Blue) = 2+168+102=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 168 (66.02% from 255 or 61.76% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 168 - color contains mainly: green. Hex color #02A866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A866 is #FD5799. Grayscale: #6E6E6E. Windows color (decimal): -16603034 or 6727682. OLE color: 6727682.

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

Color convert

RGB 2 168 102 -
CMYK 0.99 0 0.39 0.34
HSL 156.14º 0.98% 0.33% -
HSV(B) 156.14º 0.99% 0.66% -
XYZ 16.43 28.98 17.3 -
YUV 110.84 123 50.37 -
System Red Green Blue C M Y K H S L
Decimal 2 168 102 0.99 0 0.39 0.34 156.14 0.98 0.33
Hex 2 A8 66 63 0 27 22 9C 62 21
Octal 2 250 146 143 0 47 42 234 142 41
Binary 10 10101000 1100110 1100011 0 100111 100010 10011100 1100010 100001

Color Harmonies of #02A866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A866

Black with #02A866

Text Example


Text Example

White with #02A866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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