Shades of Conifer #A1F462
Tints of Conifer #A1F462
RGB
CMYK
RGB Variations
Color information
#A1F462 (or 0xA1F462) is known color: Conifer. HEX triplet: A1, F4 and 62. RGB value is (161,244,98). Sum of RGB (Red+Green+Blue) = 161+244+98=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F462 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F462 is #5E0B9D. Grayscale: #CBCBCB. Windows color (decimal): -6163358 or 6485153. OLE color: 6485153.
HSL color Cylindrical-coordinate representation of color #A1F462: hue angle of 94.11º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1F462 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 244 | 98 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.04 |
| HSL | 94.11º | 0.87% | 0.67% | - |
| HSV(B) | 94.11º | 0.6% | 0.96% | - |
| XYZ | 49.25 | 73.16 | 23.08 | - |
| YUV | 202.54 | 69 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 244 | 98 | 0.34 | 0 | 0.60 | 0.04 | 94.11 | 0.87 | 0.67 |
| Hex | A1 | F4 | 62 | 22 | 0 | 3C | 4 | 5E | 57 | 43 |
| Octal | 241 | 364 | 142 | 42 | 0 | 74 | 4 | 136 | 127 | 103 |
| Binary | 10100001 | 11110100 | 1100010 | 100010 | 0 | 111100 | 100 | 1011110 | 1010111 | 1000011 |
Color Harmonies of #A1F462
Complementary color
Monochromatic Colors of #A1F462
Black with #A1F462
Text Example
Text Example
White with #A1F462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F462; }
p { color: rgb(161,244,98); }
H1.HeaderClassName
{
color: #A1F462;
}
.AnyTagClassName
{
color: #A1F462;
}
</style>
background-color css
<style>
a { background-color: #A1F462; }
a { background-color: rgb(161,244,98); }
div.DivClassName
{
background-color: #A1F462;
}
.BgClassName
{
background-color: #A1F462;
}
</style>
border-color css
<style>
span { border-color: #A1F462; }
span { border-color: rgb(161,244,98); }
td.TdClassName
{
border-color: #A1F462;
}
.TagClassName
{
border-color: #A1F462;
}
</style>