Shades of Conifer #A8F05F
Tints of Conifer #A8F05F
RGB
CMYK
RGB Variations
Color information
#A8F05F (or 0xA8F05F) is known color: Conifer. HEX triplet: A8, F0 and 5F. RGB value is (168,240,95). Sum of RGB (Red+Green+Blue) = 168+240+95=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F05F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F05F is #570FA0. Grayscale: #CACACA. Windows color (decimal): -5705633 or 6287528. OLE color: 6287528.
HSL color Cylindrical-coordinate representation of color #A8F05F: hue angle of 89.79º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8F05F is Cyan = 0.3, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 95 | - |
| CMYK | 0.3 | 0 | 0.60 | 0.06 |
| HSL | 89.79º | 0.83% | 0.66% | - |
| HSV(B) | 89.79º | 0.6% | 0.94% | - |
| XYZ | 49.37 | 71.47 | 22.02 | - |
| YUV | 201.94 | 67.65 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 95 | 0.3 | 0 | 0.60 | 0.06 | 89.79 | 0.83 | 0.66 |
| Hex | A8 | F0 | 5F | 1E | 0 | 3C | 6 | 5A | 53 | 42 |
| Octal | 250 | 360 | 137 | 36 | 0 | 74 | 6 | 132 | 123 | 102 |
| Binary | 10101000 | 11110000 | 1011111 | 11110 | 0 | 111100 | 110 | 1011010 | 1010011 | 1000010 |
Color Harmonies of #A8F05F
Complementary color
Monochromatic Colors of #A8F05F
Black with #A8F05F
Text Example
Text Example
White with #A8F05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F05F; }
p { color: rgb(168,240,95); }
H1.HeaderClassName
{
color: #A8F05F;
}
.AnyTagClassName
{
color: #A8F05F;
}
</style>
background-color css
<style>
a { background-color: #A8F05F; }
a { background-color: rgb(168,240,95); }
div.DivClassName
{
background-color: #A8F05F;
}
.BgClassName
{
background-color: #A8F05F;
}
</style>
border-color css
<style>
span { border-color: #A8F05F; }
span { border-color: rgb(168,240,95); }
td.TdClassName
{
border-color: #A8F05F;
}
.TagClassName
{
border-color: #A8F05F;
}
</style>