#00A96B

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

Shades of Jade #00A96B

Tints of Jade #00A96B

Color information

#00A96B (or 0x00A96B) is unknown color: approx Jade. HEX triplet: 00, A9 and 6B. RGB value is (0,169,107). Sum of RGB (Red+Green+Blue) = 0+169+107=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 169 (66.41% from 255 or 61.23% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 169 - color contains mainly: green. Hex color #00A96B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A96B is #FF5694. Grayscale: #6F6F6F. Windows color (decimal): -16733845 or 7055616. OLE color: 7055616.

HSL color Cylindrical-coordinate representation of color #00A96B: hue angle of 157.99º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A96B is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB0169107-
CMYK100.370.34
HSL157.99º100%33.14%-
HSV(B)157.99º100%66.27%-
XYZ16.8429.4418.7-
YUV111.4125.5148.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 169 (66.41% from 255) = 61.23%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=0%
G=61.23%
B=38.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal0169107100.370.34157.9910033.14
Hex0A96B64025229e6421
Octal02511531440454223614441
Binary010101001110101111001000100101100010100111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,169,107); }

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

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

 a { background-color: rgb(0,169,107); }

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

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

 span { border-color: rgb(0,169,107); }

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