#09BB60

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

Shades of Jade #09BB60

Tints of Jade #09BB60

Color information

#09BB60 (or 0x09BB60) is unknown color: approx Jade. HEX triplet: 09, BB and 60. RGB value is (9,187,96). Sum of RGB (Red+Green+Blue) = 9+187+96=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 187 (73.44% from 255 or 64.04% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 187 - color contains mainly: green. Hex color #09BB60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BB60 is #F6449F. Grayscale: #7B7B7B. Windows color (decimal): -16139424 or 6339337. OLE color: 6339337.

HSL color Cylindrical-coordinate representation of color #09BB60: hue angle of 149.33º 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 #09BB60 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB918796-
CMYK0.9500.490.27
HSL149.33º90.82%38.43%-
HSV(B)149.33º95.19%73.33%-
XYZ19.9936.4417.05-
YUV123.4112.5346.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.08%
GREEN value IS 187 (73.44% from 255) = 64.04%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=3.08%
G=64.04%
B=32.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9187960.9500.490.27149.3390.8238.43
Hex9BB605F0311B955b26
Octal112731401370613322513346
Binary10011011101111000001011111011000111011100101011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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