Shades of Shamrock #1FD29A
Tints of Shamrock #1FD29A
RGB
CMYK
RGB Variations
Color information
#1FD29A (or 0x1FD29A) is known color: Shamrock. HEX triplet: 1F, D2 and 9A. RGB value is (31,210,154). Sum of RGB (Red+Green+Blue) = 31+210+154=395 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.85% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD29A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD29A is #E02D65. Grayscale: #969696. Windows color (decimal): -14691686 or 10146335. OLE color: 10146335.
HSL color Cylindrical-coordinate representation of color #1FD29A: hue angle of 161.23º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD29A is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 210 | 154 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.18 |
| HSL | 161.23º | 0.74% | 0.47% | - |
| HSV(B) | 161.23º | 0.85% | 0.82% | - |
| XYZ | 29.44 | 48.72 | 38.42 | - |
| YUV | 150.1 | 130.2 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 210 | 154 | 0.85 | 0 | 0.27 | 0.18 | 161.23 | 0.74 | 0.47 |
| Hex | 1F | D2 | 9A | 55 | 0 | 1B | 12 | A1 | 4A | 2F |
| Octal | 37 | 322 | 232 | 125 | 0 | 33 | 22 | 241 | 112 | 57 |
| Binary | 11111 | 11010010 | 10011010 | 1010101 | 0 | 11011 | 10010 | 10100001 | 1001010 | 101111 |
Color Harmonies of #1FD29A
Complementary color
Monochromatic Colors of #1FD29A
Black with #1FD29A
Text Example
Text Example
White with #1FD29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD29A; }
p { color: rgb(31,210,154); }
H1.HeaderClassName
{
color: #1FD29A;
}
.AnyTagClassName
{
color: #1FD29A;
}
</style>
background-color css
<style>
a { background-color: #1FD29A; }
a { background-color: rgb(31,210,154); }
div.DivClassName
{
background-color: #1FD29A;
}
.BgClassName
{
background-color: #1FD29A;
}
</style>
border-color css
<style>
span { border-color: #1FD29A; }
span { border-color: rgb(31,210,154); }
td.TdClassName
{
border-color: #1FD29A;
}
.TagClassName
{
border-color: #1FD29A;
}
</style>