Shades of Conifer #A0FB53
Tints of Conifer #A0FB53
RGB
CMYK
RGB Variations
Color information
#A0FB53 (or 0xA0FB53) is known color: Conifer. HEX triplet: A0, FB and 53. RGB value is (160,251,83). Sum of RGB (Red+Green+Blue) = 160+251+83=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 251 (98.44% from 255 or 50.81% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FB53 is #5F04AC. Grayscale: #CDCDCD. Windows color (decimal): -6227117 or 5503904. OLE color: 5503904.
HSL color Cylindrical-coordinate representation of color #A0FB53: hue angle of 92.5º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0FB53 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 83 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.02 |
| HSL | 92.5º | 0.95% | 0.65% | - |
| HSV(B) | 92.5º | 0.67% | 0.98% | - |
| XYZ | 50.56 | 77.09 | 20.4 | - |
| YUV | 204.64 | 59.35 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 83 | 0.36 | 0 | 0.67 | 0.02 | 92.5 | 0.95 | 0.65 |
| Hex | A0 | FB | 53 | 24 | 0 | 43 | 2 | 5C | 5F | 41 |
| Octal | 240 | 373 | 123 | 44 | 0 | 103 | 2 | 134 | 137 | 101 |
| Binary | 10100000 | 11111011 | 1010011 | 100100 | 0 | 1000011 | 10 | 1011100 | 1011111 | 1000001 |
Color Harmonies of #A0FB53
Complementary color
Monochromatic Colors of #A0FB53
Black with #A0FB53
Text Example
Text Example
White with #A0FB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB53; }
p { color: rgb(160,251,83); }
H1.HeaderClassName
{
color: #A0FB53;
}
.AnyTagClassName
{
color: #A0FB53;
}
</style>
background-color css
<style>
a { background-color: #A0FB53; }
a { background-color: rgb(160,251,83); }
div.DivClassName
{
background-color: #A0FB53;
}
.BgClassName
{
background-color: #A0FB53;
}
</style>
border-color css
<style>
span { border-color: #A0FB53; }
span { border-color: rgb(160,251,83); }
td.TdClassName
{
border-color: #A0FB53;
}
.TagClassName
{
border-color: #A0FB53;
}
</style>