Shades of Conifer #A1F766
Tints of Conifer #A1F766
RGB
CMYK
RGB Variations
Color information
#A1F766 (or 0xA1F766) is known color: Conifer. HEX triplet: A1, F7 and 66. RGB value is (161,247,102). Sum of RGB (Red+Green+Blue) = 161+247+102=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F766 is #5E0899. Grayscale: #CDCDCD. Windows color (decimal): -6162586 or 6748065. OLE color: 6748065.
HSL color Cylindrical-coordinate representation of color #A1F766: hue angle of 95.59º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1F766 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 247 | 102 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.03 |
| HSL | 95.59º | 0.9% | 0.68% | - |
| HSV(B) | 95.59º | 0.59% | 0.97% | - |
| XYZ | 50.36 | 75.06 | 24.4 | - |
| YUV | 204.76 | 70.01 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 247 | 102 | 0.35 | 0 | 0.59 | 0.03 | 95.59 | 0.9 | 0.68 |
| Hex | A1 | F7 | 66 | 23 | 0 | 3B | 3 | 60 | 5A | 44 |
| Octal | 241 | 367 | 146 | 43 | 0 | 73 | 3 | 140 | 132 | 104 |
| Binary | 10100001 | 11110111 | 1100110 | 100011 | 0 | 111011 | 11 | 1100000 | 1011010 | 1000100 |
Color Harmonies of #A1F766
Complementary color
Monochromatic Colors of #A1F766
Black with #A1F766
Text Example
Text Example
White with #A1F766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F766; }
p { color: rgb(161,247,102); }
H1.HeaderClassName
{
color: #A1F766;
}
.AnyTagClassName
{
color: #A1F766;
}
</style>
background-color css
<style>
a { background-color: #A1F766; }
a { background-color: rgb(161,247,102); }
div.DivClassName
{
background-color: #A1F766;
}
.BgClassName
{
background-color: #A1F766;
}
</style>
border-color css
<style>
span { border-color: #A1F766; }
span { border-color: rgb(161,247,102); }
td.TdClassName
{
border-color: #A1F766;
}
.TagClassName
{
border-color: #A1F766;
}
</style>