#0fab4f

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

Shades of Pigment Green #0FAB4F

Tints of Pigment Green #0FAB4F

Color information

#0FAB4F (or 0x0FAB4F) is unknown color: approx Pigment Green. HEX triplet: 0F, AB and 4F. RGB value is (15,171,79). Sum of RGB (Red+Green+Blue) = 15+171+79=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 171 (67.19% from 255 or 64.53% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAB4F is #F054B0. Grayscale: #727272. Windows color (decimal): -15750321 or 5221135. OLE color: 5221135.

HSL color Cylindrical-coordinate representation of color #0FAB4F: hue angle of 144.62º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAB4F is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB1517179-
CMYK0.9100.540.33
HSL144.62º83.87%36.47%-
HSV(B)144.62º91.23%67.06%-
XYZ16.1729.7912.3-
YUV113.87108.3257.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.66%
GREEN value IS 171 (67.19% from 255) = 64.53%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=5.66%
G=64.53%
B=29.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15171790.9100.540.33144.6283.8736.47
HexFAB4F5B03621915424
Octal172531171330664122112444
Binary111110101011100111110110110110110100001100100011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fab4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,171,79); }

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

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

 a { background-color: rgb(15,171,79); }

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

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

 span { border-color: rgb(15,171,79); }

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