Shades of Conifer #A1F260
Tints of Conifer #A1F260
RGB
CMYK
RGB Variations
Color information
#A1F260 (or 0xA1F260) is known color: Conifer. HEX triplet: A1, F2 and 60. RGB value is (161,242,96). Sum of RGB (Red+Green+Blue) = 161+242+96=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F260 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F260 is #5E0D9F. Grayscale: #C9C9C9. Windows color (decimal): -6163872 or 6353569. OLE color: 6353569.
HSL color Cylindrical-coordinate representation of color #A1F260: hue angle of 93.29º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1F260 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 96 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.05 |
| HSL | 93.29º | 0.85% | 0.66% | - |
| HSV(B) | 93.29º | 0.6% | 0.95% | - |
| XYZ | 48.56 | 71.93 | 22.39 | - |
| YUV | 201.14 | 68.66 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 96 | 0.33 | 0 | 0.60 | 0.05 | 93.29 | 0.85 | 0.66 |
| Hex | A1 | F2 | 60 | 21 | 0 | 3C | 5 | 5D | 55 | 42 |
| Octal | 241 | 362 | 140 | 41 | 0 | 74 | 5 | 135 | 125 | 102 |
| Binary | 10100001 | 11110010 | 1100000 | 100001 | 0 | 111100 | 101 | 1011101 | 1010101 | 1000010 |
Color Harmonies of #A1F260
Complementary color
Monochromatic Colors of #A1F260
Black with #A1F260
Text Example
Text Example
White with #A1F260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F260; }
p { color: rgb(161,242,96); }
H1.HeaderClassName
{
color: #A1F260;
}
.AnyTagClassName
{
color: #A1F260;
}
</style>
background-color css
<style>
a { background-color: #A1F260; }
a { background-color: rgb(161,242,96); }
div.DivClassName
{
background-color: #A1F260;
}
.BgClassName
{
background-color: #A1F260;
}
</style>
border-color css
<style>
span { border-color: #A1F260; }
span { border-color: rgb(161,242,96); }
td.TdClassName
{
border-color: #A1F260;
}
.TagClassName
{
border-color: #A1F260;
}
</style>