#09BB6E

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

Shades of Jade #09BB6E

Tints of Jade #09BB6E

Color information

#09BB6E (or 0x09BB6E) is unknown color: approx Jade. HEX triplet: 09, BB and 6E. RGB value is (9,187,110). Sum of RGB (Red+Green+Blue) = 9+187+110=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 187 (73.44% from 255 or 61.11% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 187 - color contains mainly: green. Hex color #09BB6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BB6E is #F64491. Grayscale: #7D7D7D. Windows color (decimal): -16139410 or 7256841. OLE color: 7256841.

HSL color Cylindrical-coordinate representation of color #09BB6E: hue angle of 154.04º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BB6E is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB9187110-
CMYK0.9500.410.27
HSL154.04º90.82%38.43%-
HSV(B)154.04º95.19%73.33%-
XYZ20.736.7220.75-
YUV125119.5345.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.94%
GREEN value IS 187 (73.44% from 255) = 61.11%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=2.94%
G=61.11%
B=35.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91871100.9500.410.27154.0490.8238.43
Hex9BB6E5F0291B9a5b26
Octal112731561370513323213346
Binary10011011101111011101011111010100111011100110101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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