Shades of Conifer #A8F460
Tints of Conifer #A8F460
RGB
CMYK
RGB Variations
Color information
#A8F460 (or 0xA8F460) is known color: Conifer. HEX triplet: A8, F4 and 60. RGB value is (168,244,96). Sum of RGB (Red+Green+Blue) = 168+244+96=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F460 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F460 is #570B9F. Grayscale: #CCCCCC. Windows color (decimal): -5704608 or 6354088. OLE color: 6354088.
HSL color Cylindrical-coordinate representation of color #A8F460: hue angle of 90.81º degrees, saturation: 0.87, 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 #A8F460 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 96 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.04 |
| HSL | 90.81º | 0.87% | 0.67% | - |
| HSV(B) | 90.81º | 0.61% | 0.96% | - |
| XYZ | 50.61 | 73.87 | 22.66 | - |
| YUV | 204.4 | 66.82 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 96 | 0.31 | 0 | 0.61 | 0.04 | 90.81 | 0.87 | 0.67 |
| Hex | A8 | F4 | 60 | 1F | 0 | 3D | 4 | 5B | 57 | 43 |
| Octal | 250 | 364 | 140 | 37 | 0 | 75 | 4 | 133 | 127 | 103 |
| Binary | 10101000 | 11110100 | 1100000 | 11111 | 0 | 111101 | 100 | 1011011 | 1010111 | 1000011 |
Color Harmonies of #A8F460
Complementary color
Monochromatic Colors of #A8F460
Black with #A8F460
Text Example
Text Example
White with #A8F460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F460; }
p { color: rgb(168,244,96); }
H1.HeaderClassName
{
color: #A8F460;
}
.AnyTagClassName
{
color: #A8F460;
}
</style>
background-color css
<style>
a { background-color: #A8F460; }
a { background-color: rgb(168,244,96); }
div.DivClassName
{
background-color: #A8F460;
}
.BgClassName
{
background-color: #A8F460;
}
</style>
border-color css
<style>
span { border-color: #A8F460; }
span { border-color: rgb(168,244,96); }
td.TdClassName
{
border-color: #A8F460;
}
.TagClassName
{
border-color: #A8F460;
}
</style>