Shades of Dark Pastel Green #1FAC36
Tints of Dark Pastel Green #1FAC36
RGB
CMYK
RGB Variations
Color information
#1FAC36 (or 0x1FAC36) is known color: Dark Pastel Green. HEX triplet: 1F, AC and 36. RGB value is (31,172,54). Sum of RGB (Red+Green+Blue) = 31+172+54=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 172 (67.58% from 255 or 66.93% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAC36 is #E053C9. Grayscale: #747474. Windows color (decimal): -14701514 or 3583007. OLE color: 3583007.
HSL color Cylindrical-coordinate representation of color #1FAC36: hue angle of 129.79º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAC36 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 54 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.33 |
| HSL | 129.79º | 0.69% | 0.4% | - |
| HSV(B) | 129.79º | 0.82% | 0.67% | - |
| XYZ | 15.98 | 30.06 | 8.45 | - |
| YUV | 116.39 | 92.79 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 54 | 0.82 | 0 | 0.69 | 0.33 | 129.79 | 0.69 | 0.4 |
| Hex | 1F | AC | 36 | 52 | 0 | 45 | 21 | 82 | 45 | 28 |
| Octal | 37 | 254 | 66 | 122 | 0 | 105 | 41 | 202 | 105 | 50 |
| Binary | 11111 | 10101100 | 110110 | 1010010 | 0 | 1000101 | 100001 | 10000010 | 1000101 | 101000 |
Color Harmonies of #1FAC36
Complementary color
Monochromatic Colors of #1FAC36
Black with #1FAC36
Text Example
Text Example
White with #1FAC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC36; }
p { color: rgb(31,172,54); }
H1.HeaderClassName
{
color: #1FAC36;
}
.AnyTagClassName
{
color: #1FAC36;
}
</style>
background-color css
<style>
a { background-color: #1FAC36; }
a { background-color: rgb(31,172,54); }
div.DivClassName
{
background-color: #1FAC36;
}
.BgClassName
{
background-color: #1FAC36;
}
</style>
border-color css
<style>
span { border-color: #1FAC36; }
span { border-color: rgb(31,172,54); }
td.TdClassName
{
border-color: #1FAC36;
}
.TagClassName
{
border-color: #1FAC36;
}
</style>