#09A26B

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

Shades of Jade #09A26B

Tints of Jade #09A26B

Color information

#09A26B (or 0x09A26B) is unknown color: approx Jade. HEX triplet: 09, A2 and 6B. RGB value is (9,162,107). Sum of RGB (Red+Green+Blue) = 9+162+107=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #09A26B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A26B is #F65D94. Grayscale: #6E6E6E. Windows color (decimal): -16145813 or 7053833. OLE color: 7053833.

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

Color convert

RGB9162107-
CMYK0.9400.340.36
HSL158.43º89.47%33.53%-
HSV(B)158.43º94.44%63.53%-
XYZ15.6926.9618.29-
YUV109.98126.3155.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.24%
GREEN value IS 162 (63.67% from 255) = 58.27%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=3.24%
G=58.27%
B=38.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91621070.9400.340.36158.4389.4733.53
Hex9A26B5E022249e5922
Octal112421531360424423613142
Binary100110100010110101110111100100010100100100111101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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