#02A26F

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

Shades of Jade #02A26F

Tints of Jade #02A26F

Color information

#02A26F (or 0x02A26F) is unknown color: approx Jade. HEX triplet: 02, A2 and 6F. RGB value is (2,162,111). Sum of RGB (Red+Green+Blue) = 2+162+111=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 162 (63.67% from 255 or 58.91% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 162 - color contains mainly: green. Hex color #02A26F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A26F is #FD5D90. Grayscale: #6C6C6C. Windows color (decimal): -16604561 or 7315970. OLE color: 7315970.

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

Color convert

RGB2162111-
CMYK0.9900.310.36
HSL160.88º97.56%32.16%-
HSV(B)160.88º98.77%63.53%-
XYZ15.812719.42-
YUV108.35129.4952.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 162 (63.67% from 255) = 58.91%
BLUE value IS 111 (43.75% from 255) = 40.36%
R=0.73%
G=58.91%
B=40.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21621110.9900.310.36160.8897.5632.16
Hex2A26F6301F24a16220
Octal22421571430374424114240
Binary101010001011011111100011011111100100101000011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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