#09A565

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

Shades of Jade #09A565

Tints of Jade #09A565

Color information

#09A565 (or 0x09A565) is unknown color: approx Jade. HEX triplet: 09, A5 and 65. RGB value is (9,165,101). Sum of RGB (Red+Green+Blue) = 9+165+101=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 165 (64.84% from 255 or 60% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 165 - color contains mainly: green. Hex color #09A565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A565 is #F65A9A. Grayscale: #6F6F6F. Windows color (decimal): -16145051 or 6661385. OLE color: 6661385.

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

Color convert

RGB9165101-
CMYK0.9500.390.35
HSL155.38º89.66%34.12%-
HSV(B)155.38º94.55%64.71%-
XYZ15.9227.9116.86-
YUV111.06122.3255.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.27%
GREEN value IS 165 (64.84% from 255) = 60%
BLUE value IS 101 (39.84% from 255) = 36.73%
R=3.27%
G=60%
B=36.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91651010.9500.390.35155.3889.6634.12
Hex9A5655F027239b5a22
Octal112451451370474323313242
Binary100110100101110010110111110100111100011100110111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,165,101); }

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

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

 a { background-color: rgb(9,165,101); }

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

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

 span { border-color: rgb(9,165,101); }

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