Shades of Conifer #A8FB5F
Tints of Conifer #A8FB5F
RGB
CMYK
RGB Variations
Color information
#A8FB5F (or 0xA8FB5F) is known color: Conifer. HEX triplet: A8, FB and 5F. RGB value is (168,251,95). Sum of RGB (Red+Green+Blue) = 168+251+95=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FB5F is #5704A0. Grayscale: #D0D0D0. Windows color (decimal): -5702817 or 6290344. OLE color: 6290344.
HSL color Cylindrical-coordinate representation of color #A8FB5F: hue angle of 91.92º 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 #A8FB5F is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 95 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.02 |
| HSL | 91.92º | 0.95% | 0.68% | - |
| HSV(B) | 91.92º | 0.62% | 0.98% | - |
| XYZ | 52.71 | 78.15 | 23.13 | - |
| YUV | 208.4 | 64 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 95 | 0.33 | 0 | 0.62 | 0.02 | 91.92 | 0.95 | 0.68 |
| Hex | A8 | FB | 5F | 21 | 0 | 3E | 2 | 5C | 5F | 44 |
| Octal | 250 | 373 | 137 | 41 | 0 | 76 | 2 | 134 | 137 | 104 |
| Binary | 10101000 | 11111011 | 1011111 | 100001 | 0 | 111110 | 10 | 1011100 | 1011111 | 1000100 |
Color Harmonies of #A8FB5F
Complementary color
Monochromatic Colors of #A8FB5F
Black with #A8FB5F
Text Example
Text Example
White with #A8FB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FB5F; }
p { color: rgb(168,251,95); }
H1.HeaderClassName
{
color: #A8FB5F;
}
.AnyTagClassName
{
color: #A8FB5F;
}
</style>
background-color css
<style>
a { background-color: #A8FB5F; }
a { background-color: rgb(168,251,95); }
div.DivClassName
{
background-color: #A8FB5F;
}
.BgClassName
{
background-color: #A8FB5F;
}
</style>
border-color css
<style>
span { border-color: #A8FB5F; }
span { border-color: rgb(168,251,95); }
td.TdClassName
{
border-color: #A8FB5F;
}
.TagClassName
{
border-color: #A8FB5F;
}
</style>