Shades of Conifer #A1FA52
Tints of Conifer #A1FA52
RGB
CMYK
RGB Variations
Color information
#A1FA52 (or 0xA1FA52) is known color: Conifer. HEX triplet: A1, FA and 52. RGB value is (161,250,82). Sum of RGB (Red+Green+Blue) = 161+250+82=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FA52 is #5E05AD. Grayscale: #CCCCCC. Windows color (decimal): -6161838 or 5438113. OLE color: 5438113.
HSL color Cylindrical-coordinate representation of color #A1FA52: hue angle of 91.79º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1FA52 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 82 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.02 |
| HSL | 91.79º | 0.94% | 0.65% | - |
| HSV(B) | 91.79º | 0.67% | 0.98% | - |
| XYZ | 50.41 | 76.56 | 20.1 | - |
| YUV | 204.24 | 59.01 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 82 | 0.36 | 0 | 0.67 | 0.02 | 91.79 | 0.94 | 0.65 |
| Hex | A1 | FA | 52 | 24 | 0 | 43 | 2 | 5C | 5E | 41 |
| Octal | 241 | 372 | 122 | 44 | 0 | 103 | 2 | 134 | 136 | 101 |
| Binary | 10100001 | 11111010 | 1010010 | 100100 | 0 | 1000011 | 10 | 1011100 | 1011110 | 1000001 |
Color Harmonies of #A1FA52
Complementary color
Monochromatic Colors of #A1FA52
Black with #A1FA52
Text Example
Text Example
White with #A1FA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FA52; }
p { color: rgb(161,250,82); }
H1.HeaderClassName
{
color: #A1FA52;
}
.AnyTagClassName
{
color: #A1FA52;
}
</style>
background-color css
<style>
a { background-color: #A1FA52; }
a { background-color: rgb(161,250,82); }
div.DivClassName
{
background-color: #A1FA52;
}
.BgClassName
{
background-color: #A1FA52;
}
</style>
border-color css
<style>
span { border-color: #A1FA52; }
span { border-color: rgb(161,250,82); }
td.TdClassName
{
border-color: #A1FA52;
}
.TagClassName
{
border-color: #A1FA52;
}
</style>