#0FB059

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

Shades of Pigment Green #0FB059

Tints of Pigment Green #0FB059

Color information

#0FB059 (or 0x0FB059) is unknown color: approx Pigment Green. HEX triplet: 0F, B0 and 59. RGB value is (15,176,89). Sum of RGB (Red+Green+Blue) = 15+176+89=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 176 (69.14% from 255 or 62.86% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB059 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB059 is #F04FA6. Grayscale: #767676. Windows color (decimal): -15749031 or 5877775. OLE color: 5877775.

HSL color Cylindrical-coordinate representation of color #0FB059: hue angle of 147.58º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB059 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1517689-
CMYK0.9100.490.31
HSL147.58º84.29%37.45%-
HSV(B)147.58º91.48%69.02%-
XYZ17.5331.8714.68-
YUV117.94111.6654.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.36%
GREEN value IS 176 (69.14% from 255) = 62.86%
BLUE value IS 89 (35.16% from 255) = 31.79%
R=5.36%
G=62.86%
B=31.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15176890.9100.490.31147.5884.2937.45
HexFB0595B0311F945425
Octal172601311330613722412445
Binary11111011000010110011011011011000111111100101001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,176,89); }

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

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

 a { background-color: rgb(15,176,89); }

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

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

 span { border-color: rgb(15,176,89); }

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