#0FB149

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

Shades of Pigment Green #0FB149

Tints of Pigment Green #0FB149

Color information

#0FB149 (or 0x0FB149) is unknown color: approx Pigment Green. HEX triplet: 0F, B1 and 49. RGB value is (15,177,73). Sum of RGB (Red+Green+Blue) = 15+177+73=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 177 (69.53% from 255 or 66.79% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB149 is #F04EB6. Grayscale: #747474. Windows color (decimal): -15748791 or 4829455. OLE color: 4829455.

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

Color convert

RGB1517773-
CMYK0.9200.590.31
HSL141.48º84.38%37.65%-
HSV(B)141.48º91.53%69.41%-
XYZ17.1232.0311.58-
YUV116.71103.3355.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.66%
GREEN value IS 177 (69.53% from 255) = 66.79%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=5.66%
G=66.79%
B=27.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15177730.9200.590.31141.4884.3837.65
HexFB1495C03B1F8d5426
Octal172611111340733721512446
Binary11111011000110010011011100011101111111100011011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,177,73); }

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

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

 a { background-color: rgb(15,177,73); }

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

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

 span { border-color: rgb(15,177,73); }

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