Shades of Conifer #A8FB60
Tints of Conifer #A8FB60
RGB
CMYK
RGB Variations
Color information
#A8FB60 (or 0xA8FB60) is known color: Conifer. HEX triplet: A8, FB and 60. RGB value is (168,251,96). Sum of RGB (Red+Green+Blue) = 168+251+96=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FB60 is #57049F. Grayscale: #D1D1D1. Windows color (decimal): -5702816 or 6355880. OLE color: 6355880.
HSL color Cylindrical-coordinate representation of color #A8FB60: hue angle of 92.13º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8FB60 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 96 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.02 |
| HSL | 92.13º | 0.95% | 0.68% | - |
| HSV(B) | 92.13º | 0.62% | 0.98% | - |
| XYZ | 52.76 | 78.16 | 23.37 | - |
| YUV | 208.51 | 64.5 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 96 | 0.33 | 0 | 0.62 | 0.02 | 92.13 | 0.95 | 0.68 |
| Hex | A8 | FB | 60 | 21 | 0 | 3E | 2 | 5C | 5F | 44 |
| Octal | 250 | 373 | 140 | 41 | 0 | 76 | 2 | 134 | 137 | 104 |
| Binary | 10101000 | 11111011 | 1100000 | 100001 | 0 | 111110 | 10 | 1011100 | 1011111 | 1000100 |
Color Harmonies of #A8FB60
Complementary color
Monochromatic Colors of #A8FB60
Black with #A8FB60
Text Example
Text Example
White with #A8FB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FB60; }
p { color: rgb(168,251,96); }
H1.HeaderClassName
{
color: #A8FB60;
}
.AnyTagClassName
{
color: #A8FB60;
}
</style>
background-color css
<style>
a { background-color: #A8FB60; }
a { background-color: rgb(168,251,96); }
div.DivClassName
{
background-color: #A8FB60;
}
.BgClassName
{
background-color: #A8FB60;
}
</style>
border-color css
<style>
span { border-color: #A8FB60; }
span { border-color: rgb(168,251,96); }
td.TdClassName
{
border-color: #A8FB60;
}
.TagClassName
{
border-color: #A8FB60;
}
</style>