Shades of Conifer #A1F966
Tints of Conifer #A1F966
RGB
CMYK
RGB Variations
Color information
#A1F966 (or 0xA1F966) is known color: Conifer. HEX triplet: A1, F9 and 66. RGB value is (161,249,102). Sum of RGB (Red+Green+Blue) = 161+249+102=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F966 is #5E0699. Grayscale: #CECECE. Windows color (decimal): -6162074 or 6748577. OLE color: 6748577.
HSL color Cylindrical-coordinate representation of color #A1F966: hue angle of 95.92º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1F966 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 102 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.02 |
| HSL | 95.92º | 0.92% | 0.69% | - |
| HSV(B) | 95.92º | 0.59% | 0.98% | - |
| XYZ | 50.97 | 76.29 | 24.61 | - |
| YUV | 205.93 | 69.35 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 102 | 0.35 | 0 | 0.59 | 0.02 | 95.92 | 0.92 | 0.69 |
| Hex | A1 | F9 | 66 | 23 | 0 | 3B | 2 | 60 | 5C | 45 |
| Octal | 241 | 371 | 146 | 43 | 0 | 73 | 2 | 140 | 134 | 105 |
| Binary | 10100001 | 11111001 | 1100110 | 100011 | 0 | 111011 | 10 | 1100000 | 1011100 | 1000101 |
Color Harmonies of #A1F966
Complementary color
Monochromatic Colors of #A1F966
Black with #A1F966
Text Example
Text Example
White with #A1F966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F966; }
p { color: rgb(161,249,102); }
H1.HeaderClassName
{
color: #A1F966;
}
.AnyTagClassName
{
color: #A1F966;
}
</style>
background-color css
<style>
a { background-color: #A1F966; }
a { background-color: rgb(161,249,102); }
div.DivClassName
{
background-color: #A1F966;
}
.BgClassName
{
background-color: #A1F966;
}
</style>
border-color css
<style>
span { border-color: #A1F966; }
span { border-color: rgb(161,249,102); }
td.TdClassName
{
border-color: #A1F966;
}
.TagClassName
{
border-color: #A1F966;
}
</style>