Shades of Conifer #A1F55B
Tints of Conifer #A1F55B
RGB
CMYK
RGB Variations
Color information
#A1F55B (or 0xA1F55B) is known color: Conifer. HEX triplet: A1, F5 and 5B. RGB value is (161,245,91). Sum of RGB (Red+Green+Blue) = 161+245+91=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F55B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F55B is #5E0AA4. Grayscale: #CACACA. Windows color (decimal): -6163109 or 6026657. OLE color: 6026657.
HSL color Cylindrical-coordinate representation of color #A1F55B: hue angle of 92.73º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1F55B is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 245 | 91 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.04 |
| HSL | 92.73º | 0.89% | 0.66% | - |
| HSV(B) | 92.73º | 0.63% | 0.96% | - |
| XYZ | 49.24 | 73.64 | 21.52 | - |
| YUV | 202.33 | 65.17 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 245 | 91 | 0.34 | 0 | 0.63 | 0.04 | 92.73 | 0.89 | 0.66 |
| Hex | A1 | F5 | 5B | 22 | 0 | 3F | 4 | 5D | 59 | 42 |
| Octal | 241 | 365 | 133 | 42 | 0 | 77 | 4 | 135 | 131 | 102 |
| Binary | 10100001 | 11110101 | 1011011 | 100010 | 0 | 111111 | 100 | 1011101 | 1011001 | 1000010 |
Color Harmonies of #A1F55B
Complementary color
Monochromatic Colors of #A1F55B
Black with #A1F55B
Text Example
Text Example
White with #A1F55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F55B; }
p { color: rgb(161,245,91); }
H1.HeaderClassName
{
color: #A1F55B;
}
.AnyTagClassName
{
color: #A1F55B;
}
</style>
background-color css
<style>
a { background-color: #A1F55B; }
a { background-color: rgb(161,245,91); }
div.DivClassName
{
background-color: #A1F55B;
}
.BgClassName
{
background-color: #A1F55B;
}
</style>
border-color css
<style>
span { border-color: #A1F55B; }
span { border-color: rgb(161,245,91); }
td.TdClassName
{
border-color: #A1F55B;
}
.TagClassName
{
border-color: #A1F55B;
}
</style>