Shades of Conifer #A1FE57
Tints of Conifer #A1FE57
RGB
CMYK
RGB Variations
Color information
#A1FE57 (or 0xA1FE57) is known color: Conifer. HEX triplet: A1, FE and 57. RGB value is (161,254,87). Sum of RGB (Red+Green+Blue) = 161+254+87=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FE57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FE57 is #5E01A8. Grayscale: #CFCFCF. Windows color (decimal): -6160809 or 5766817. OLE color: 5766817.
HSL color Cylindrical-coordinate representation of color #A1FE57: hue angle of 93.41º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1FE57 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 87 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.00 |
| HSL | 93.41º | 0.99% | 0.67% | - |
| HSV(B) | 93.41º | 0.66% | 1% | - |
| XYZ | 51.86 | 79.15 | 21.56 | - |
| YUV | 207.16 | 60.19 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 87 | 0.37 | 0 | 0.66 | 0.00 | 93.41 | 0.99 | 0.67 |
| Hex | A1 | FE | 57 | 25 | 0 | 42 | 0 | 5D | 63 | 43 |
| Octal | 241 | 376 | 127 | 45 | 0 | 102 | 0 | 135 | 143 | 103 |
| Binary | 10100001 | 11111110 | 1010111 | 100101 | 0 | 1000010 | 0 | 1011101 | 1100011 | 1000011 |
Color Harmonies of #A1FE57
Complementary color
Monochromatic Colors of #A1FE57
Black with #A1FE57
Text Example
Text Example
White with #A1FE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FE57; }
p { color: rgb(161,254,87); }
H1.HeaderClassName
{
color: #A1FE57;
}
.AnyTagClassName
{
color: #A1FE57;
}
</style>
background-color css
<style>
a { background-color: #A1FE57; }
a { background-color: rgb(161,254,87); }
div.DivClassName
{
background-color: #A1FE57;
}
.BgClassName
{
background-color: #A1FE57;
}
</style>
border-color css
<style>
span { border-color: #A1FE57; }
span { border-color: rgb(161,254,87); }
td.TdClassName
{
border-color: #A1FE57;
}
.TagClassName
{
border-color: #A1FE57;
}
</style>