#00A26F

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

Shades of Jade #00A26F

Tints of Jade #00A26F

Color information

#00A26F (or 0x00A26F) is unknown color: approx Jade. HEX triplet: 00, A2 and 6F. RGB value is (0,162,111). Sum of RGB (Red+Green+Blue) = 0+162+111=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #00A26F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A26F is #FF5D90. Grayscale: #6B6B6B. Windows color (decimal): -16735633 or 7315968. OLE color: 7315968.

HSL color Cylindrical-coordinate representation of color #00A26F: hue angle of 161.11º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A26F is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB0162111-
CMYK100.310.36
HSL161.11º100%31.76%-
HSV(B)161.11º100%63.53%-
XYZ15.7926.9919.42-
YUV107.75129.8351.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 162 (63.67% from 255) = 59.34%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=0%
G=59.34%
B=40.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal0162111100.310.36161.1110031.76
Hex0A26F6401F24a16420
Octal02421571440374424114440
Binary01010001011011111100100011111100100101000011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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