#09A26C

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

Shades of Jade #09A26C

Tints of Jade #09A26C

Color information

#09A26C (or 0x09A26C) is unknown color: approx Jade. HEX triplet: 09, A2 and 6C. RGB value is (9,162,108). Sum of RGB (Red+Green+Blue) = 9+162+108=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 162 (63.67% from 255 or 58.06% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 162 - color contains mainly: green. Hex color #09A26C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A26C is #F65D93. Grayscale: #6E6E6E. Windows color (decimal): -16145812 or 7119369. OLE color: 7119369.

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

Color convert

RGB9162108-
CMYK0.9400.330.36
HSL158.82º89.47%33.53%-
HSV(B)158.82º94.44%63.53%-
XYZ15.7426.9818.57-
YUV110.1126.8155.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.23%
GREEN value IS 162 (63.67% from 255) = 58.06%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=3.23%
G=58.06%
B=38.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91621080.9400.330.36158.8289.4733.53
Hex9A26C5E021249f5922
Octal112421541360414423713142
Binary100110100010110110010111100100001100100100111111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,162,108); }

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

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

 a { background-color: rgb(9,162,108); }

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

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

 span { border-color: rgb(9,162,108); }

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