#00A962

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

Shades of Jade #00A962

Tints of Jade #00A962

Color information

#00A962 (or 0x00A962) is unknown color: approx Jade. HEX triplet: 00, A9 and 62. RGB value is (0,169,98). Sum of RGB (Red+Green+Blue) = 0+169+98=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 169 (66.41% from 255 or 63.30% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 169 - color contains mainly: green. Hex color #00A962 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A962 is #FF569D. Grayscale: #6E6E6E. Windows color (decimal): -16733854 or 6465792. OLE color: 6465792.

HSL color Cylindrical-coordinate representation of color #00A962: hue angle of 154.79º 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 #00A962 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB016998-
CMYK100.420.34
HSL154.79º100%33.14%-
HSV(B)154.79º100%66.27%-
XYZ16.3929.2616.34-
YUV110.37121.0149.27-

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) = 63.30%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=0%
G=63.30%
B=36.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal016998100.420.34154.7910033.14
Hex0A9626402A229b6421
Octal02511421440524223314441
Binary010101001110001011001000101010100010100110111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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