#09BB55

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

Shades of Pigment Green #09BB55

Tints of Pigment Green #09BB55

Color information

#09BB55 (or 0x09BB55) is unknown color: approx Pigment Green. HEX triplet: 09, BB and 55. RGB value is (9,187,85). Sum of RGB (Red+Green+Blue) = 9+187+85=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 187 (73.44% from 255 or 66.55% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 187 - color contains mainly: green. Hex color #09BB55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BB55 is #F644AA. Grayscale: #7A7A7A. Windows color (decimal): -16139435 or 5618441. OLE color: 5618441.

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

Color convert

RGB918785-
CMYK0.9500.550.27
HSL145.62º90.82%38.43%-
HSV(B)145.62º95.19%73.33%-
XYZ19.5236.2514.56-
YUV122.15107.0347.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.20%
GREEN value IS 187 (73.44% from 255) = 66.55%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=3.20%
G=66.55%
B=30.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9187850.9500.550.27145.6290.8238.43
Hex9BB555F0371B925b26
Octal112731251370673322213346
Binary10011011101110101011011111011011111011100100101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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