#0FBB5B

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

Shades of Pigment Green #0FBB5B

Tints of Pigment Green #0FBB5B

Color information

#0FBB5B (or 0x0FBB5B) is unknown color: approx Pigment Green. HEX triplet: 0F, BB and 5B. RGB value is (15,187,91). Sum of RGB (Red+Green+Blue) = 15+187+91=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 187 (73.44% from 255 or 63.82% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBB5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBB5B is #F044A4. Grayscale: #7C7C7C. Windows color (decimal): -15746213 or 6011663. OLE color: 6011663.

HSL color Cylindrical-coordinate representation of color #0FBB5B: hue angle of 146.51º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBB5B is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1518791-
CMYK0.9200.510.27
HSL146.51º85.15%39.61%-
HSV(B)146.51º91.98%73.33%-
XYZ19.8636.415.88-
YUV124.63109.0249.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.12%
GREEN value IS 187 (73.44% from 255) = 63.82%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=5.12%
G=63.82%
B=31.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15187910.9200.510.27146.5185.1539.61
HexFBB5B5C0331B935528
Octal172731331340633322312550
Binary11111011101110110111011100011001111011100100111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FBB5B; }

 p { color: rgb(15,187,91); }

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

<style>
 a { background-color: #0FBB5B; }

 a { background-color: rgb(15,187,91); }

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

<style>
 span { border-color: #0FBB5B; }

 span { border-color: rgb(15,187,91); }

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