Shades of Conifer #A1F65F
Tints of Conifer #A1F65F
RGB
CMYK
RGB Variations
Color information
#A1F65F (or 0xA1F65F) is known color: Conifer. HEX triplet: A1, F6 and 5F. RGB value is (161,246,95). Sum of RGB (Red+Green+Blue) = 161+246+95=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F65F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F65F is #5E09A0. Grayscale: #CBCBCB. Windows color (decimal): -6162849 or 6289057. OLE color: 6289057.
HSL color Cylindrical-coordinate representation of color #A1F65F: hue angle of 93.77º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1F65F is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 95 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.04 |
| HSL | 93.77º | 0.89% | 0.67% | - |
| HSV(B) | 93.77º | 0.61% | 0.96% | - |
| XYZ | 49.72 | 74.31 | 22.55 | - |
| YUV | 203.37 | 66.84 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 95 | 0.35 | 0 | 0.61 | 0.04 | 93.77 | 0.89 | 0.67 |
| Hex | A1 | F6 | 5F | 23 | 0 | 3D | 4 | 5E | 59 | 43 |
| Octal | 241 | 366 | 137 | 43 | 0 | 75 | 4 | 136 | 131 | 103 |
| Binary | 10100001 | 11110110 | 1011111 | 100011 | 0 | 111101 | 100 | 1011110 | 1011001 | 1000011 |
Color Harmonies of #A1F65F
Complementary color
Monochromatic Colors of #A1F65F
Black with #A1F65F
Text Example
Text Example
White with #A1F65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F65F; }
p { color: rgb(161,246,95); }
H1.HeaderClassName
{
color: #A1F65F;
}
.AnyTagClassName
{
color: #A1F65F;
}
</style>
background-color css
<style>
a { background-color: #A1F65F; }
a { background-color: rgb(161,246,95); }
div.DivClassName
{
background-color: #A1F65F;
}
.BgClassName
{
background-color: #A1F65F;
}
</style>
border-color css
<style>
span { border-color: #A1F65F; }
span { border-color: rgb(161,246,95); }
td.TdClassName
{
border-color: #A1F65F;
}
.TagClassName
{
border-color: #A1F65F;
}
</style>