Shades of Conifer #A1F44F
Tints of Conifer #A1F44F
RGB
CMYK
RGB Variations
Color information
#A1F44F (or 0xA1F44F) is known color: Conifer. HEX triplet: A1, F4 and 4F. RGB value is (161,244,79). Sum of RGB (Red+Green+Blue) = 161+244+79=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F44F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F44F is #5E0BB0. Grayscale: #C8C8C8. Windows color (decimal): -6163377 or 5239969. OLE color: 5239969.
HSL color Cylindrical-coordinate representation of color #A1F44F: hue angle of 90.18º 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 #A1F44F is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 244 | 79 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.04 |
| HSL | 90.18º | 0.88% | 0.63% | - |
| HSV(B) | 90.18º | 0.68% | 0.96% | - |
| XYZ | 48.46 | 72.84 | 18.9 | - |
| YUV | 200.37 | 59.5 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 244 | 79 | 0.34 | 0 | 0.68 | 0.04 | 90.18 | 0.88 | 0.63 |
| Hex | A1 | F4 | 4F | 22 | 0 | 44 | 4 | 5A | 58 | 3F |
| Octal | 241 | 364 | 117 | 42 | 0 | 104 | 4 | 132 | 130 | 77 |
| Binary | 10100001 | 11110100 | 1001111 | 100010 | 0 | 1000100 | 100 | 1011010 | 1011000 | 111111 |
Color Harmonies of #A1F44F
Complementary color
Monochromatic Colors of #A1F44F
Black with #A1F44F
Text Example
Text Example
White with #A1F44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F44F; }
p { color: rgb(161,244,79); }
H1.HeaderClassName
{
color: #A1F44F;
}
.AnyTagClassName
{
color: #A1F44F;
}
</style>
background-color css
<style>
a { background-color: #A1F44F; }
a { background-color: rgb(161,244,79); }
div.DivClassName
{
background-color: #A1F44F;
}
.BgClassName
{
background-color: #A1F44F;
}
</style>
border-color css
<style>
span { border-color: #A1F44F; }
span { border-color: rgb(161,244,79); }
td.TdClassName
{
border-color: #A1F44F;
}
.TagClassName
{
border-color: #A1F44F;
}
</style>