Shades of Conifer #A8FC57
Tints of Conifer #A8FC57
RGB
CMYK
RGB Variations
Color information
#A8FC57 (or 0xA8FC57) is known color: Conifer. HEX triplet: A8, FC and 57. RGB value is (168,252,87). Sum of RGB (Red+Green+Blue) = 168+252+87=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 87 (34.38% from 255 or 17.16% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC57 is #5703A8. Grayscale: #D0D0D0. Windows color (decimal): -5702569 or 5766312. OLE color: 5766312.
HSL color Cylindrical-coordinate representation of color #A8FC57: hue angle of 90.55º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8FC57 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 87 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.01 |
| HSL | 90.55º | 0.96% | 0.66% | - |
| HSV(B) | 90.55º | 0.65% | 0.99% | - |
| XYZ | 52.68 | 78.63 | 21.42 | - |
| YUV | 208.07 | 59.67 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 87 | 0.33 | 0 | 0.65 | 0.01 | 90.55 | 0.96 | 0.66 |
| Hex | A8 | FC | 57 | 21 | 0 | 41 | 1 | 5B | 60 | 42 |
| Octal | 250 | 374 | 127 | 41 | 0 | 101 | 1 | 133 | 140 | 102 |
| Binary | 10101000 | 11111100 | 1010111 | 100001 | 0 | 1000001 | 1 | 1011011 | 1100000 | 1000010 |
Color Harmonies of #A8FC57
Complementary color
Monochromatic Colors of #A8FC57
Black with #A8FC57
Text Example
Text Example
White with #A8FC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC57; }
p { color: rgb(168,252,87); }
H1.HeaderClassName
{
color: #A8FC57;
}
.AnyTagClassName
{
color: #A8FC57;
}
</style>
background-color css
<style>
a { background-color: #A8FC57; }
a { background-color: rgb(168,252,87); }
div.DivClassName
{
background-color: #A8FC57;
}
.BgClassName
{
background-color: #A8FC57;
}
</style>
border-color css
<style>
span { border-color: #A8FC57; }
span { border-color: rgb(168,252,87); }
td.TdClassName
{
border-color: #A8FC57;
}
.TagClassName
{
border-color: #A8FC57;
}
</style>