Shades of Conifer #A1F54E
Tints of Conifer #A1F54E
RGB
CMYK
RGB Variations
Color information
#A1F54E (or 0xA1F54E) is known color: Conifer. HEX triplet: A1, F5 and 4E. RGB value is (161,245,78). Sum of RGB (Red+Green+Blue) = 161+245+78=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F54E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F54E is #5E0AB1. Grayscale: #C9C9C9. Windows color (decimal): -6163122 or 5174689. OLE color: 5174689.
HSL color Cylindrical-coordinate representation of color #A1F54E: hue angle of 90.18º degrees, saturation: 0.89, 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 #A1F54E is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 245 | 78 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.04 |
| HSL | 90.18º | 0.89% | 0.63% | - |
| HSV(B) | 90.18º | 0.68% | 0.96% | - |
| XYZ | 48.73 | 73.43 | 18.81 | - |
| YUV | 200.85 | 58.67 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 245 | 78 | 0.34 | 0 | 0.68 | 0.04 | 90.18 | 0.89 | 0.63 |
| Hex | A1 | F5 | 4E | 22 | 0 | 44 | 4 | 5A | 59 | 3F |
| Octal | 241 | 365 | 116 | 42 | 0 | 104 | 4 | 132 | 131 | 77 |
| Binary | 10100001 | 11110101 | 1001110 | 100010 | 0 | 1000100 | 100 | 1011010 | 1011001 | 111111 |
Color Harmonies of #A1F54E
Complementary color
Monochromatic Colors of #A1F54E
Black with #A1F54E
Text Example
Text Example
White with #A1F54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F54E; }
p { color: rgb(161,245,78); }
H1.HeaderClassName
{
color: #A1F54E;
}
.AnyTagClassName
{
color: #A1F54E;
}
</style>
background-color css
<style>
a { background-color: #A1F54E; }
a { background-color: rgb(161,245,78); }
div.DivClassName
{
background-color: #A1F54E;
}
.BgClassName
{
background-color: #A1F54E;
}
</style>
border-color css
<style>
span { border-color: #A1F54E; }
span { border-color: rgb(161,245,78); }
td.TdClassName
{
border-color: #A1F54E;
}
.TagClassName
{
border-color: #A1F54E;
}
</style>