Shades of Conifer #A8F45A
Tints of Conifer #A8F45A
RGB
CMYK
RGB Variations
Color information
#A8F45A (or 0xA8F45A) is known color: Conifer. HEX triplet: A8, F4 and 5A. RGB value is (168,244,90). Sum of RGB (Red+Green+Blue) = 168+244+90=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F45A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F45A is #570BA5. Grayscale: #CCCCCC. Windows color (decimal): -5704614 or 5960872. OLE color: 5960872.
HSL color Cylindrical-coordinate representation of color #A8F45A: hue angle of 89.61º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8F45A is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 90 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.04 |
| HSL | 89.61º | 0.88% | 0.65% | - |
| HSV(B) | 89.61º | 0.63% | 0.96% | - |
| XYZ | 50.34 | 73.76 | 21.26 | - |
| YUV | 203.72 | 63.82 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 90 | 0.31 | 0 | 0.63 | 0.04 | 89.61 | 0.88 | 0.65 |
| Hex | A8 | F4 | 5A | 1F | 0 | 3F | 4 | 5A | 58 | 41 |
| Octal | 250 | 364 | 132 | 37 | 0 | 77 | 4 | 132 | 130 | 101 |
| Binary | 10101000 | 11110100 | 1011010 | 11111 | 0 | 111111 | 100 | 1011010 | 1011000 | 1000001 |
Color Harmonies of #A8F45A
Complementary color
Monochromatic Colors of #A8F45A
Black with #A8F45A
Text Example
Text Example
White with #A8F45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F45A; }
p { color: rgb(168,244,90); }
H1.HeaderClassName
{
color: #A8F45A;
}
.AnyTagClassName
{
color: #A8F45A;
}
</style>
background-color css
<style>
a { background-color: #A8F45A; }
a { background-color: rgb(168,244,90); }
div.DivClassName
{
background-color: #A8F45A;
}
.BgClassName
{
background-color: #A8F45A;
}
</style>
border-color css
<style>
span { border-color: #A8F45A; }
span { border-color: rgb(168,244,90); }
td.TdClassName
{
border-color: #A8F45A;
}
.TagClassName
{
border-color: #A8F45A;
}
</style>