#09BB63

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

Shades of Jade #09BB63

Tints of Jade #09BB63

Color information

#09BB63 (or 0x09BB63) is unknown color: approx Jade. HEX triplet: 09, BB and 63. RGB value is (9,187,99). Sum of RGB (Red+Green+Blue) = 9+187+99=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #09BB63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BB63 is #F6449C. Grayscale: #7B7B7B. Windows color (decimal): -16139421 or 6535945. OLE color: 6535945.

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

Color convert

RGB918799-
CMYK0.9500.470.27
HSL150.34º90.82%38.43%-
HSV(B)150.34º95.19%73.33%-
XYZ20.1436.517.79-
YUV123.75114.0346.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.05%
GREEN value IS 187 (73.44% from 255) = 63.39%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=3.05%
G=63.39%
B=33.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9187990.9500.470.27150.3490.8238.43
Hex9BB635F02F1B965b26
Octal112731431370573322613346
Binary10011011101111000111011111010111111011100101101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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