Shades of Conifer #A8FA57
Tints of Conifer #A8FA57
RGB
CMYK
RGB Variations
Color information
#A8FA57 (or 0xA8FA57) is known color: Conifer. HEX triplet: A8, FA and 57. RGB value is (168,250,87). Sum of RGB (Red+Green+Blue) = 168+250+87=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 87 (34.38% from 255 or 17.23% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA57 is #5705A8. Grayscale: #CFCFCF. Windows color (decimal): -5703081 or 5765800. OLE color: 5765800.
HSL color Cylindrical-coordinate representation of color #A8FA57: hue angle of 90.18º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8FA57 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 87 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.02 |
| HSL | 90.18º | 0.94% | 0.66% | - |
| HSV(B) | 90.18º | 0.65% | 0.98% | - |
| XYZ | 52.05 | 77.38 | 21.21 | - |
| YUV | 206.9 | 60.33 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 87 | 0.33 | 0 | 0.65 | 0.02 | 90.18 | 0.94 | 0.66 |
| Hex | A8 | FA | 57 | 21 | 0 | 41 | 2 | 5A | 5E | 42 |
| Octal | 250 | 372 | 127 | 41 | 0 | 101 | 2 | 132 | 136 | 102 |
| Binary | 10101000 | 11111010 | 1010111 | 100001 | 0 | 1000001 | 10 | 1011010 | 1011110 | 1000010 |
Color Harmonies of #A8FA57
Complementary color
Monochromatic Colors of #A8FA57
Black with #A8FA57
Text Example
Text Example
White with #A8FA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA57; }
p { color: rgb(168,250,87); }
H1.HeaderClassName
{
color: #A8FA57;
}
.AnyTagClassName
{
color: #A8FA57;
}
</style>
background-color css
<style>
a { background-color: #A8FA57; }
a { background-color: rgb(168,250,87); }
div.DivClassName
{
background-color: #A8FA57;
}
.BgClassName
{
background-color: #A8FA57;
}
</style>
border-color css
<style>
span { border-color: #A8FA57; }
span { border-color: rgb(168,250,87); }
td.TdClassName
{
border-color: #A8FA57;
}
.TagClassName
{
border-color: #A8FA57;
}
</style>