Shades of Conifer #A0FB54
Tints of Conifer #A0FB54
RGB
CMYK
RGB Variations
Color information
#A0FB54 (or 0xA0FB54) is known color: Conifer. HEX triplet: A0, FB and 54. RGB value is (160,251,84). Sum of RGB (Red+Green+Blue) = 160+251+84=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FB54 is #5F04AB. Grayscale: #CDCDCD. Windows color (decimal): -6227116 or 5569440. OLE color: 5569440.
HSL color Cylindrical-coordinate representation of color #A0FB54: hue angle of 92.69º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0FB54 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 84 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.02 |
| HSL | 92.69º | 0.95% | 0.66% | - |
| HSV(B) | 92.69º | 0.67% | 0.98% | - |
| XYZ | 50.59 | 77.11 | 20.6 | - |
| YUV | 204.75 | 59.85 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 84 | 0.36 | 0 | 0.67 | 0.02 | 92.69 | 0.95 | 0.66 |
| Hex | A0 | FB | 54 | 24 | 0 | 43 | 2 | 5D | 5F | 42 |
| Octal | 240 | 373 | 124 | 44 | 0 | 103 | 2 | 135 | 137 | 102 |
| Binary | 10100000 | 11111011 | 1010100 | 100100 | 0 | 1000011 | 10 | 1011101 | 1011111 | 1000010 |
Color Harmonies of #A0FB54
Complementary color
Monochromatic Colors of #A0FB54
Black with #A0FB54
Text Example
Text Example
White with #A0FB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB54; }
p { color: rgb(160,251,84); }
H1.HeaderClassName
{
color: #A0FB54;
}
.AnyTagClassName
{
color: #A0FB54;
}
</style>
background-color css
<style>
a { background-color: #A0FB54; }
a { background-color: rgb(160,251,84); }
div.DivClassName
{
background-color: #A0FB54;
}
.BgClassName
{
background-color: #A0FB54;
}
</style>
border-color css
<style>
span { border-color: #A0FB54; }
span { border-color: rgb(160,251,84); }
td.TdClassName
{
border-color: #A0FB54;
}
.TagClassName
{
border-color: #A0FB54;
}
</style>