Shades of Conifer #A0FF5B
Tints of Conifer #A0FF5B
RGB
CMYK
RGB Variations
Color information
#A0FF5B (or 0xA0FF5B) is known color: Conifer. HEX triplet: A0, FF and 5B. RGB value is (160,255,91). Sum of RGB (Red+Green+Blue) = 160+255+91=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF5B is #5F00A4. Grayscale: #D0D0D0. Windows color (decimal): -6226085 or 6029216. OLE color: 6029216.
HSL color Cylindrical-coordinate representation of color #A0FF5B: hue angle of 94.76º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0FF5B is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 91 | - |
| CMYK | 0.37 | 0 | 0.64 | 0 |
| HSL | 94.76º | 1% | 0.68% | - |
| HSV(B) | 94.76º | 0.64% | 1% | - |
| XYZ | 52.15 | 79.75 | 22.54 | - |
| YUV | 207.9 | 62.03 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 91 | 0.37 | 0 | 0.64 | 0 | 94.76 | 1 | 0.68 |
| Hex | A0 | FF | 5B | 25 | 0 | 40 | 0 | 5F | 64 | 44 |
| Octal | 240 | 377 | 133 | 45 | 0 | 100 | 0 | 137 | 144 | 104 |
| Binary | 10100000 | 11111111 | 1011011 | 100101 | 0 | 1000000 | 0 | 1011111 | 1100100 | 1000100 |
Color Harmonies of #A0FF5B
Complementary color
Monochromatic Colors of #A0FF5B
Black with #A0FF5B
Text Example
Text Example
White with #A0FF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF5B; }
p { color: rgb(160,255,91); }
H1.HeaderClassName
{
color: #A0FF5B;
}
.AnyTagClassName
{
color: #A0FF5B;
}
</style>
background-color css
<style>
a { background-color: #A0FF5B; }
a { background-color: rgb(160,255,91); }
div.DivClassName
{
background-color: #A0FF5B;
}
.BgClassName
{
background-color: #A0FF5B;
}
</style>
border-color css
<style>
span { border-color: #A0FF5B; }
span { border-color: rgb(160,255,91); }
td.TdClassName
{
border-color: #A0FF5B;
}
.TagClassName
{
border-color: #A0FF5B;
}
</style>