#09B26F

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

Shades of Jade #09B26F

Tints of Jade #09B26F

Color information

#09B26F (or 0x09B26F) is unknown color: approx Jade. HEX triplet: 09, B2 and 6F. RGB value is (9,178,111). Sum of RGB (Red+Green+Blue) = 9+178+111=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 178 (69.92% from 255 or 59.73% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 178 - color contains mainly: green. Hex color #09B26F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B26F is #F64D90. Grayscale: #777777. Windows color (decimal): -16141713 or 7320073. OLE color: 7320073.

HSL color Cylindrical-coordinate representation of color #09B26F: hue angle of 156.21º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B26F is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB9178111-
CMYK0.9500.380.30
HSL156.21º90.37%36.67%-
HSV(B)156.21º94.94%69.8%-
XYZ18.933.0520.42-
YUV119.83123.0148.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.02%
GREEN value IS 178 (69.92% from 255) = 59.73%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=3.02%
G=59.73%
B=37.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal91781110.9500.380.30156.2190.3736.67
Hex9B26F5F0261E9c5a25
Octal112621571370463623413245
Binary10011011001011011111011111010011011110100111001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,178,111); }

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

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

 a { background-color: rgb(9,178,111); }

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

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

 span { border-color: rgb(9,178,111); }

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