Shades of Conifer #A1F45D
Tints of Conifer #A1F45D
RGB
CMYK
RGB Variations
Color information
#A1F45D (or 0xA1F45D) is known color: Conifer. HEX triplet: A1, F4 and 5D. RGB value is (161,244,93). Sum of RGB (Red+Green+Blue) = 161+244+93=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F45D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F45D is #5E0BA2. Grayscale: #CACACA. Windows color (decimal): -6163363 or 6157473. OLE color: 6157473.
HSL color Cylindrical-coordinate representation of color #A1F45D: hue angle of 92.98º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1F45D is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 244 | 93 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.04 |
| HSL | 92.98º | 0.87% | 0.66% | - |
| HSV(B) | 92.98º | 0.62% | 0.96% | - |
| XYZ | 49.02 | 73.07 | 21.88 | - |
| YUV | 201.97 | 66.5 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 244 | 93 | 0.34 | 0 | 0.62 | 0.04 | 92.98 | 0.87 | 0.66 |
| Hex | A1 | F4 | 5D | 22 | 0 | 3E | 4 | 5D | 57 | 42 |
| Octal | 241 | 364 | 135 | 42 | 0 | 76 | 4 | 135 | 127 | 102 |
| Binary | 10100001 | 11110100 | 1011101 | 100010 | 0 | 111110 | 100 | 1011101 | 1010111 | 1000010 |
Color Harmonies of #A1F45D
Complementary color
Monochromatic Colors of #A1F45D
Black with #A1F45D
Text Example
Text Example
White with #A1F45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F45D; }
p { color: rgb(161,244,93); }
H1.HeaderClassName
{
color: #A1F45D;
}
.AnyTagClassName
{
color: #A1F45D;
}
</style>
background-color css
<style>
a { background-color: #A1F45D; }
a { background-color: rgb(161,244,93); }
div.DivClassName
{
background-color: #A1F45D;
}
.BgClassName
{
background-color: #A1F45D;
}
</style>
border-color css
<style>
span { border-color: #A1F45D; }
span { border-color: rgb(161,244,93); }
td.TdClassName
{
border-color: #A1F45D;
}
.TagClassName
{
border-color: #A1F45D;
}
</style>