Shades of Conifer #A1F95D
Tints of Conifer #A1F95D
RGB
CMYK
RGB Variations
Color information
#A1F95D (or 0xA1F95D) is known color: Conifer. HEX triplet: A1, F9 and 5D. RGB value is (161,249,93). Sum of RGB (Red+Green+Blue) = 161+249+93=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F95D is #5E06A2. Grayscale: #CDCDCD. Windows color (decimal): -6162083 or 6158753. OLE color: 6158753.
HSL color Cylindrical-coordinate representation of color #A1F95D: hue angle of 93.85º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1F95D is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 93 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.02 |
| HSL | 93.85º | 0.93% | 0.67% | - |
| HSV(B) | 93.85º | 0.63% | 0.98% | - |
| XYZ | 50.55 | 76.12 | 22.38 | - |
| YUV | 204.9 | 64.85 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 93 | 0.35 | 0 | 0.63 | 0.02 | 93.85 | 0.93 | 0.67 |
| Hex | A1 | F9 | 5D | 23 | 0 | 3F | 2 | 5E | 5D | 43 |
| Octal | 241 | 371 | 135 | 43 | 0 | 77 | 2 | 136 | 135 | 103 |
| Binary | 10100001 | 11111001 | 1011101 | 100011 | 0 | 111111 | 10 | 1011110 | 1011101 | 1000011 |
Color Harmonies of #A1F95D
Complementary color
Monochromatic Colors of #A1F95D
Black with #A1F95D
Text Example
Text Example
White with #A1F95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F95D; }
p { color: rgb(161,249,93); }
H1.HeaderClassName
{
color: #A1F95D;
}
.AnyTagClassName
{
color: #A1F95D;
}
</style>
background-color css
<style>
a { background-color: #A1F95D; }
a { background-color: rgb(161,249,93); }
div.DivClassName
{
background-color: #A1F95D;
}
.BgClassName
{
background-color: #A1F95D;
}
</style>
border-color css
<style>
span { border-color: #A1F95D; }
span { border-color: rgb(161,249,93); }
td.TdClassName
{
border-color: #A1F95D;
}
.TagClassName
{
border-color: #A1F95D;
}
</style>