Shades of Dark Pastel Green #1FB14C
Tints of Dark Pastel Green #1FB14C
RGB
CMYK
RGB Variations
Color information
#1FB14C (or 0x1FB14C) is known color: Dark Pastel Green. HEX triplet: 1F, B1 and 4C. RGB value is (31,177,76). Sum of RGB (Red+Green+Blue) = 31+177+76=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 177 (69.53% from 255 or 62.32% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 177 - color contains mainly: green. Hex color #1FB14C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB14C is #E04EB3. Grayscale: #7A7A7A. Windows color (decimal): -14700212 or 5026079. OLE color: 5026079.
HSL color Cylindrical-coordinate representation of color #1FB14C: hue angle of 138.49º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FB14C is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 177 | 76 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.31 |
| HSL | 138.49º | 0.7% | 0.41% | - |
| HSV(B) | 138.49º | 0.82% | 0.69% | - |
| XYZ | 17.59 | 32.26 | 12.14 | - |
| YUV | 121.83 | 102.13 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 177 | 76 | 0.82 | 0 | 0.57 | 0.31 | 138.49 | 0.7 | 0.41 |
| Hex | 1F | B1 | 4C | 52 | 0 | 39 | 1F | 8A | 46 | 29 |
| Octal | 37 | 261 | 114 | 122 | 0 | 71 | 37 | 212 | 106 | 51 |
| Binary | 11111 | 10110001 | 1001100 | 1010010 | 0 | 111001 | 11111 | 10001010 | 1000110 | 101001 |
Color Harmonies of #1FB14C
Complementary color
Monochromatic Colors of #1FB14C
Black with #1FB14C
Text Example
Text Example
White with #1FB14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB14C; }
p { color: rgb(31,177,76); }
H1.HeaderClassName
{
color: #1FB14C;
}
.AnyTagClassName
{
color: #1FB14C;
}
</style>
background-color css
<style>
a { background-color: #1FB14C; }
a { background-color: rgb(31,177,76); }
div.DivClassName
{
background-color: #1FB14C;
}
.BgClassName
{
background-color: #1FB14C;
}
</style>
border-color css
<style>
span { border-color: #1FB14C; }
span { border-color: rgb(31,177,76); }
td.TdClassName
{
border-color: #1FB14C;
}
.TagClassName
{
border-color: #1FB14C;
}
</style>