Shades of Conifer #A0FF5F
Tints of Conifer #A0FF5F
RGB
CMYK
RGB Variations
Color information
#A0FF5F (or 0xA0FF5F) is known color: Conifer. HEX triplet: A0, FF and 5F. RGB value is (160,255,95). Sum of RGB (Red+Green+Blue) = 160+255+95=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF5F is #5F00A0. Grayscale: #D0D0D0. Windows color (decimal): -6226081 or 6291360. OLE color: 6291360.
HSL color Cylindrical-coordinate representation of color #A0FF5F: hue angle of 95.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0FF5F is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 95 | - |
| CMYK | 0.37 | 0 | 0.63 | 0 |
| HSL | 95.63º | 1% | 0.69% | - |
| HSV(B) | 95.63º | 0.63% | 1% | - |
| XYZ | 52.32 | 79.82 | 23.48 | - |
| YUV | 208.36 | 64.03 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 95 | 0.37 | 0 | 0.63 | 0 | 95.63 | 1 | 0.69 |
| Hex | A0 | FF | 5F | 25 | 0 | 3F | 0 | 60 | 64 | 45 |
| Octal | 240 | 377 | 137 | 45 | 0 | 77 | 0 | 140 | 144 | 105 |
| Binary | 10100000 | 11111111 | 1011111 | 100101 | 0 | 111111 | 0 | 1100000 | 1100100 | 1000101 |
Color Harmonies of #A0FF5F
Complementary color
Monochromatic Colors of #A0FF5F
Black with #A0FF5F
Text Example
Text Example
White with #A0FF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF5F; }
p { color: rgb(160,255,95); }
H1.HeaderClassName
{
color: #A0FF5F;
}
.AnyTagClassName
{
color: #A0FF5F;
}
</style>
background-color css
<style>
a { background-color: #A0FF5F; }
a { background-color: rgb(160,255,95); }
div.DivClassName
{
background-color: #A0FF5F;
}
.BgClassName
{
background-color: #A0FF5F;
}
</style>
border-color css
<style>
span { border-color: #A0FF5F; }
span { border-color: rgb(160,255,95); }
td.TdClassName
{
border-color: #A0FF5F;
}
.TagClassName
{
border-color: #A0FF5F;
}
</style>