Shades of Conifer #A1F64E
Tints of Conifer #A1F64E
RGB
CMYK
RGB Variations
Color information
#A1F64E (or 0xA1F64E) is known color: Conifer. HEX triplet: A1, F6 and 4E. RGB value is (161,246,78). Sum of RGB (Red+Green+Blue) = 161+246+78=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F64E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F64E is #5E09B1. Grayscale: #CACACA. Windows color (decimal): -6162866 or 5174945. OLE color: 5174945.
HSL color Cylindrical-coordinate representation of color #A1F64E: hue angle of 90.36º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1F64E is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 78 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.04 |
| HSL | 90.36º | 0.9% | 0.64% | - |
| HSV(B) | 90.36º | 0.68% | 0.96% | - |
| XYZ | 49.03 | 74.04 | 18.91 | - |
| YUV | 201.43 | 58.34 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 78 | 0.35 | 0 | 0.68 | 0.04 | 90.36 | 0.9 | 0.64 |
| Hex | A1 | F6 | 4E | 23 | 0 | 44 | 4 | 5A | 5A | 40 |
| Octal | 241 | 366 | 116 | 43 | 0 | 104 | 4 | 132 | 132 | 100 |
| Binary | 10100001 | 11110110 | 1001110 | 100011 | 0 | 1000100 | 100 | 1011010 | 1011010 | 1000000 |
Color Harmonies of #A1F64E
Complementary color
Monochromatic Colors of #A1F64E
Black with #A1F64E
Text Example
Text Example
White with #A1F64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F64E; }
p { color: rgb(161,246,78); }
H1.HeaderClassName
{
color: #A1F64E;
}
.AnyTagClassName
{
color: #A1F64E;
}
</style>
background-color css
<style>
a { background-color: #A1F64E; }
a { background-color: rgb(161,246,78); }
div.DivClassName
{
background-color: #A1F64E;
}
.BgClassName
{
background-color: #A1F64E;
}
</style>
border-color css
<style>
span { border-color: #A1F64E; }
span { border-color: rgb(161,246,78); }
td.TdClassName
{
border-color: #A1F64E;
}
.TagClassName
{
border-color: #A1F64E;
}
</style>