Shades of Conifer #A1F44D
Tints of Conifer #A1F44D
RGB
CMYK
RGB Variations
Color information
#A1F44D (or 0xA1F44D) is known color: Conifer. HEX triplet: A1, F4 and 4D. RGB value is (161,244,77). Sum of RGB (Red+Green+Blue) = 161+244+77=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F44D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F44D is #5E0BB2. Grayscale: #C8C8C8. Windows color (decimal): -6163379 or 5108897. OLE color: 5108897.
HSL color Cylindrical-coordinate representation of color #A1F44D: hue angle of 89.82º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1F44D is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 244 | 77 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.04 |
| HSL | 89.82º | 0.88% | 0.63% | - |
| HSV(B) | 89.82º | 0.68% | 0.96% | - |
| XYZ | 48.39 | 72.81 | 18.53 | - |
| YUV | 200.15 | 58.5 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 244 | 77 | 0.34 | 0 | 0.68 | 0.04 | 89.82 | 0.88 | 0.63 |
| Hex | A1 | F4 | 4D | 22 | 0 | 44 | 4 | 5A | 58 | 3F |
| Octal | 241 | 364 | 115 | 42 | 0 | 104 | 4 | 132 | 130 | 77 |
| Binary | 10100001 | 11110100 | 1001101 | 100010 | 0 | 1000100 | 100 | 1011010 | 1011000 | 111111 |
Color Harmonies of #A1F44D
Complementary color
Monochromatic Colors of #A1F44D
Black with #A1F44D
Text Example
Text Example
White with #A1F44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F44D; }
p { color: rgb(161,244,77); }
H1.HeaderClassName
{
color: #A1F44D;
}
.AnyTagClassName
{
color: #A1F44D;
}
</style>
background-color css
<style>
a { background-color: #A1F44D; }
a { background-color: rgb(161,244,77); }
div.DivClassName
{
background-color: #A1F44D;
}
.BgClassName
{
background-color: #A1F44D;
}
</style>
border-color css
<style>
span { border-color: #A1F44D; }
span { border-color: rgb(161,244,77); }
td.TdClassName
{
border-color: #A1F44D;
}
.TagClassName
{
border-color: #A1F44D;
}
</style>