#09A26E

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

Shades of Jade #09A26E

Tints of Jade #09A26E

Color information

#09A26E (or 0x09A26E) is unknown color: approx Jade. HEX triplet: 09, A2 and 6E. RGB value is (9,162,110). Sum of RGB (Red+Green+Blue) = 9+162+110=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #09A26E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A26E is #F65D91. Grayscale: #6E6E6E. Windows color (decimal): -16145810 or 7250441. OLE color: 7250441.

HSL color Cylindrical-coordinate representation of color #09A26E: hue angle of 159.61º 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 #09A26E is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB9162110-
CMYK0.9400.320.36
HSL159.61º89.47%33.53%-
HSV(B)159.61º94.44%63.53%-
XYZ15.8527.0219.13-
YUV110.32127.8155.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.20%
GREEN value IS 162 (63.67% from 255) = 57.65%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=3.20%
G=57.65%
B=39.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91621100.9400.320.36159.6189.4733.53
Hex9A26E5E02024a05922
Octal112421561360404424013142
Binary100110100010110111010111100100000100100101000001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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