#02A26B

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

Shades of Jade #02A26B

Tints of Jade #02A26B

Color information

#02A26B (or 0x02A26B) is unknown color: approx Jade. HEX triplet: 02, A2 and 6B. RGB value is (2,162,107). Sum of RGB (Red+Green+Blue) = 2+162+107=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 162 (63.67% from 255 or 59.78% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 162 - color contains mainly: green. Hex color #02A26B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A26B is #FD5D94. Grayscale: #6B6B6B. Windows color (decimal): -16604565 or 7053826. OLE color: 7053826.

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

Color convert

RGB2162107-
CMYK0.9900.340.36
HSL159.38º97.56%32.16%-
HSV(B)159.38º98.77%63.53%-
XYZ15.626.9218.28-
YUV107.89127.4952.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 162 (63.67% from 255) = 59.78%
BLUE value IS 107 (42.19% from 255) = 39.48%
R=0.74%
G=59.78%
B=39.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21621070.9900.340.36159.3897.5632.16
Hex2A26B63022249f6220
Octal22421531430424423714240
Binary1010100010110101111000110100010100100100111111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,162,107); }

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

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

 a { background-color: rgb(2,162,107); }

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

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

 span { border-color: rgb(2,162,107); }

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