Shades of Conifer #A0FD5A
Tints of Conifer #A0FD5A
RGB
CMYK
RGB Variations
Color information
#A0FD5A (or 0xA0FD5A) is known color: Conifer. HEX triplet: A0, FD and 5A. RGB value is (160,253,90). Sum of RGB (Red+Green+Blue) = 160+253+90=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD5A is #5F02A5. Grayscale: #CFCFCF. Windows color (decimal): -6226598 or 5963168. OLE color: 5963168.
HSL color Cylindrical-coordinate representation of color #A0FD5A: hue angle of 94.23º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0FD5A is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 90 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.01 |
| HSL | 94.23º | 0.98% | 0.67% | - |
| HSV(B) | 94.23º | 0.64% | 0.99% | - |
| XYZ | 51.47 | 78.46 | 22.1 | - |
| YUV | 206.61 | 62.19 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 90 | 0.37 | 0 | 0.64 | 0.01 | 94.23 | 0.98 | 0.67 |
| Hex | A0 | FD | 5A | 25 | 0 | 40 | 1 | 5E | 62 | 43 |
| Octal | 240 | 375 | 132 | 45 | 0 | 100 | 1 | 136 | 142 | 103 |
| Binary | 10100000 | 11111101 | 1011010 | 100101 | 0 | 1000000 | 1 | 1011110 | 1100010 | 1000011 |
Color Harmonies of #A0FD5A
Complementary color
Monochromatic Colors of #A0FD5A
Black with #A0FD5A
Text Example
Text Example
White with #A0FD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD5A; }
p { color: rgb(160,253,90); }
H1.HeaderClassName
{
color: #A0FD5A;
}
.AnyTagClassName
{
color: #A0FD5A;
}
</style>
background-color css
<style>
a { background-color: #A0FD5A; }
a { background-color: rgb(160,253,90); }
div.DivClassName
{
background-color: #A0FD5A;
}
.BgClassName
{
background-color: #A0FD5A;
}
</style>
border-color css
<style>
span { border-color: #A0FD5A; }
span { border-color: rgb(160,253,90); }
td.TdClassName
{
border-color: #A0FD5A;
}
.TagClassName
{
border-color: #A0FD5A;
}
</style>