Shades of Conifer #A8FD54
Tints of Conifer #A8FD54
RGB
CMYK
RGB Variations
Color information
#A8FD54 (or 0xA8FD54) is known color: Conifer. HEX triplet: A8, FD and 54. RGB value is (168,253,84). Sum of RGB (Red+Green+Blue) = 168+253+84=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD54 is #5702AB. Grayscale: #D0D0D0. Windows color (decimal): -5702316 or 5569960. OLE color: 5569960.
HSL color Cylindrical-coordinate representation of color #A8FD54: hue angle of 90.18º degrees, saturation: 0.98, 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 #A8FD54 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 84 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.01 |
| HSL | 90.18º | 0.98% | 0.66% | - |
| HSV(B) | 90.18º | 0.67% | 0.99% | - |
| XYZ | 52.87 | 79.22 | 20.89 | - |
| YUV | 208.32 | 57.84 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 84 | 0.34 | 0 | 0.67 | 0.01 | 90.18 | 0.98 | 0.66 |
| Hex | A8 | FD | 54 | 22 | 0 | 43 | 1 | 5A | 62 | 42 |
| Octal | 250 | 375 | 124 | 42 | 0 | 103 | 1 | 132 | 142 | 102 |
| Binary | 10101000 | 11111101 | 1010100 | 100010 | 0 | 1000011 | 1 | 1011010 | 1100010 | 1000010 |
Color Harmonies of #A8FD54
Complementary color
Monochromatic Colors of #A8FD54
Black with #A8FD54
Text Example
Text Example
White with #A8FD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FD54; }
p { color: rgb(168,253,84); }
H1.HeaderClassName
{
color: #A8FD54;
}
.AnyTagClassName
{
color: #A8FD54;
}
</style>
background-color css
<style>
a { background-color: #A8FD54; }
a { background-color: rgb(168,253,84); }
div.DivClassName
{
background-color: #A8FD54;
}
.BgClassName
{
background-color: #A8FD54;
}
</style>
border-color css
<style>
span { border-color: #A8FD54; }
span { border-color: rgb(168,253,84); }
td.TdClassName
{
border-color: #A8FD54;
}
.TagClassName
{
border-color: #A8FD54;
}
</style>