Html Css Color HEX #02A868 Jade

📋 copy color: '#02A868'

red 2 ◦ green 168 ◦ blue 104

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

Shades of Jade #02A868

Tints of Jade #02A868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 0.73%
G = 61.31%
B = 37.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#02A868 (or 0x02A868) is known color: Jade. HEX triplet: 02, A8 and 68. RGB value is (2,168,104). Sum of RGB (Red+Green+Blue) = 2+168+104=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 168 (66.02% from 255 or 61.31% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 168 - color contains mainly: green. Hex color #02A868 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A868 is #FD5797. Grayscale: #6F6F6F. Windows color (decimal): -16603032 or 6858754. OLE color: 6858754.

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

Color convert

RGB 2 168 104 -
CMYK 0.99 0 0.38 0.34
HSL 156.87º 0.98% 0.33% -
HSV(B) 156.87º 0.99% 0.66% -
XYZ 16.53 29.02 17.83 -
YUV 111.07 124 50.2 -
System Red Green Blue C M Y K H S L
Decimal 2 168 104 0.99 0 0.38 0.34 156.87 0.98 0.33
Hex 2 A8 68 63 0 26 22 9D 62 21
Octal 2 250 150 143 0 46 42 235 142 41
Binary 10 10101000 1101000 1100011 0 100110 100010 10011101 1100010 100001

Color Harmonies of #02A868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A868

Black with #02A868

Text Example


Text Example

White with #02A868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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