#0FAC4F

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

Shades of Pigment Green #0FAC4F

Tints of Pigment Green #0FAC4F

Color information

#0FAC4F (or 0x0FAC4F) is unknown color: approx Pigment Green. HEX triplet: 0F, AC and 4F. RGB value is (15,172,79). Sum of RGB (Red+Green+Blue) = 15+172+79=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 172 (67.58% from 255 or 64.66% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC4F is #F053B0. Grayscale: #727272. Windows color (decimal): -15750065 or 5221391. OLE color: 5221391.

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

Color convert

RGB1517279-
CMYK0.9100.540.33
HSL144.46º83.96%36.67%-
HSV(B)144.46º91.28%67.45%-
XYZ16.3630.1712.36-
YUV114.46107.9957.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.64%
GREEN value IS 172 (67.58% from 255) = 64.66%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=5.64%
G=64.66%
B=29.70%

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
Decimal15172790.9100.540.33144.4683.9636.67
HexFAC4F5B03621905425
Octal172541171330664122012445
Binary111110101100100111110110110110110100001100100001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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