#02A771

Color #02A771 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #02A771

Tints of Jade #02A771

Color information

#02A771 (or 0x02A771) is unknown color: approx Jade. HEX triplet: 02, A7 and 71. RGB value is (2,167,113). Sum of RGB (Red+Green+Blue) = 2+167+113=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 167 (65.62% from 255 or 59.22% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 167 - color contains mainly: green. Hex color #02A771 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A771 is #FD588E. Grayscale: #6F6F6F. Windows color (decimal): -16603279 or 7448322. OLE color: 7448322.

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

Color convert

RGB2167113-
CMYK0.9900.320.35
HSL160.36º97.63%33.14%-
HSV(B)160.36º98.8%65.49%-
XYZ16.8228.8420.3-
YUV111.51128.8449.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 167 (65.62% from 255) = 59.22%
BLUE value IS 113 (44.53% from 255) = 40.07%
R=0.71%
G=59.22%
B=40.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21671130.9900.320.35160.3697.6333.14
Hex2A7716302023a06221
Octal22471611430404324014241
Binary1010100111111000111000110100000100011101000001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,167,113); }

 H1.HeaderClassName
 {
   color: #02A771;
 }
 .AnyTagClassName
 {
   color: #02A771;
 }
</style>
background-color css

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

 a { background-color: rgb(2,167,113); }

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

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

 span { border-color: rgb(2,167,113); }

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