Shades of Conifer #A0FC54
Tints of Conifer #A0FC54
RGB
CMYK
RGB Variations
Color information
#A0FC54 (or 0xA0FC54) is known color: Conifer. HEX triplet: A0, FC and 54. RGB value is (160,252,84). Sum of RGB (Red+Green+Blue) = 160+252+84=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 84 (33.20% from 255 or 16.94% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FC54 is #5F03AB. Grayscale: #CDCDCD. Windows color (decimal): -6226860 or 5569696. OLE color: 5569696.
HSL color Cylindrical-coordinate representation of color #A0FC54: hue angle of 92.86º 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 #A0FC54 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 84 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.01 |
| HSL | 92.86º | 0.97% | 0.66% | - |
| HSV(B) | 92.86º | 0.67% | 0.99% | - |
| XYZ | 50.91 | 77.73 | 20.71 | - |
| YUV | 205.34 | 59.52 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 84 | 0.37 | 0 | 0.67 | 0.01 | 92.86 | 0.97 | 0.66 |
| Hex | A0 | FC | 54 | 25 | 0 | 43 | 1 | 5D | 61 | 42 |
| Octal | 240 | 374 | 124 | 45 | 0 | 103 | 1 | 135 | 141 | 102 |
| Binary | 10100000 | 11111100 | 1010100 | 100101 | 0 | 1000011 | 1 | 1011101 | 1100001 | 1000010 |
Color Harmonies of #A0FC54
Complementary color
Monochromatic Colors of #A0FC54
Black with #A0FC54
Text Example
Text Example
White with #A0FC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC54; }
p { color: rgb(160,252,84); }
H1.HeaderClassName
{
color: #A0FC54;
}
.AnyTagClassName
{
color: #A0FC54;
}
</style>
background-color css
<style>
a { background-color: #A0FC54; }
a { background-color: rgb(160,252,84); }
div.DivClassName
{
background-color: #A0FC54;
}
.BgClassName
{
background-color: #A0FC54;
}
</style>
border-color css
<style>
span { border-color: #A0FC54; }
span { border-color: rgb(160,252,84); }
td.TdClassName
{
border-color: #A0FC54;
}
.TagClassName
{
border-color: #A0FC54;
}
</style>