#09A469

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

Shades of Jade #09A469

Tints of Jade #09A469

Color information

#09A469 (or 0x09A469) is unknown color: approx Jade. HEX triplet: 09, A4 and 69. RGB value is (9,164,105). Sum of RGB (Red+Green+Blue) = 9+164+105=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 164 (64.45% from 255 or 58.99% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 164 - color contains mainly: green. Hex color #09A469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A469 is #F65B96. Grayscale: #6F6F6F. Windows color (decimal): -16145303 or 6923273. OLE color: 6923273.

HSL color Cylindrical-coordinate representation of color #09A469: hue angle of 157.16º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A469 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB9164105-
CMYK0.9500.360.36
HSL157.16º89.6%33.92%-
HSV(B)157.16º94.51%64.31%-
XYZ15.9427.6317.86-
YUV110.93124.6555.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.24%
GREEN value IS 164 (64.45% from 255) = 58.99%
BLUE value IS 105 (41.41% from 255) = 37.77%
R=3.24%
G=58.99%
B=37.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91641050.9500.360.36157.1689.633.92
Hex9A4695F024249d5a22
Octal112441511370444423513242
Binary100110100100110100110111110100100100100100111011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09A469; }

 p { color: rgb(9,164,105); }

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

<style>
 a { background-color: #09A469; }

 a { background-color: rgb(9,164,105); }

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

<style>
 span { border-color: #09A469; }

 span { border-color: rgb(9,164,105); }

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