Shades of Conifer #A8FC54
Tints of Conifer #A8FC54
RGB
CMYK
RGB Variations
Color information
#A8FC54 (or 0xA8FC54) is known color: Conifer. HEX triplet: A8, FC and 54. RGB value is (168,252,84). Sum of RGB (Red+Green+Blue) = 168+252+84=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC54 is #5703AB. Grayscale: #D0D0D0. Windows color (decimal): -5702572 or 5569704. OLE color: 5569704.
HSL color Cylindrical-coordinate representation of color #A8FC54: hue angle of 90º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8FC54 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 84 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.01 |
| HSL | 90º | 0.97% | 0.66% | - |
| HSV(B) | 90º | 0.67% | 0.99% | - |
| XYZ | 52.56 | 78.59 | 20.79 | - |
| YUV | 207.73 | 58.17 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 84 | 0.33 | 0 | 0.67 | 0.01 | 90 | 0.97 | 0.66 |
| Hex | A8 | FC | 54 | 21 | 0 | 43 | 1 | 5A | 61 | 42 |
| Octal | 250 | 374 | 124 | 41 | 0 | 103 | 1 | 132 | 141 | 102 |
| Binary | 10101000 | 11111100 | 1010100 | 100001 | 0 | 1000011 | 1 | 1011010 | 1100001 | 1000010 |
Color Harmonies of #A8FC54
Complementary color
Monochromatic Colors of #A8FC54
Black with #A8FC54
Text Example
Text Example
White with #A8FC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC54; }
p { color: rgb(168,252,84); }
H1.HeaderClassName
{
color: #A8FC54;
}
.AnyTagClassName
{
color: #A8FC54;
}
</style>
background-color css
<style>
a { background-color: #A8FC54; }
a { background-color: rgb(168,252,84); }
div.DivClassName
{
background-color: #A8FC54;
}
.BgClassName
{
background-color: #A8FC54;
}
</style>
border-color css
<style>
span { border-color: #A8FC54; }
span { border-color: rgb(168,252,84); }
td.TdClassName
{
border-color: #A8FC54;
}
.TagClassName
{
border-color: #A8FC54;
}
</style>