Shades of Conifer #A0FC5B
Tints of Conifer #A0FC5B
RGB
CMYK
RGB Variations
Color information
#A0FC5B (or 0xA0FC5B) is known color: Conifer. HEX triplet: A0, FC and 5B. RGB value is (160,252,91). Sum of RGB (Red+Green+Blue) = 160+252+91=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FC5B is #5F03A4. Grayscale: #CECECE. Windows color (decimal): -6226853 or 6028448. OLE color: 6028448.
HSL color Cylindrical-coordinate representation of color #A0FC5B: hue angle of 94.29º degrees, saturation: 0.96, 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 #A0FC5B is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 91 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.01 |
| HSL | 94.29º | 0.96% | 0.67% | - |
| HSV(B) | 94.29º | 0.64% | 0.99% | - |
| XYZ | 51.2 | 77.85 | 22.23 | - |
| YUV | 206.14 | 63.02 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 91 | 0.37 | 0 | 0.64 | 0.01 | 94.29 | 0.96 | 0.67 |
| Hex | A0 | FC | 5B | 25 | 0 | 40 | 1 | 5E | 60 | 43 |
| Octal | 240 | 374 | 133 | 45 | 0 | 100 | 1 | 136 | 140 | 103 |
| Binary | 10100000 | 11111100 | 1011011 | 100101 | 0 | 1000000 | 1 | 1011110 | 1100000 | 1000011 |
Color Harmonies of #A0FC5B
Complementary color
Monochromatic Colors of #A0FC5B
Black with #A0FC5B
Text Example
Text Example
White with #A0FC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC5B; }
p { color: rgb(160,252,91); }
H1.HeaderClassName
{
color: #A0FC5B;
}
.AnyTagClassName
{
color: #A0FC5B;
}
</style>
background-color css
<style>
a { background-color: #A0FC5B; }
a { background-color: rgb(160,252,91); }
div.DivClassName
{
background-color: #A0FC5B;
}
.BgClassName
{
background-color: #A0FC5B;
}
</style>
border-color css
<style>
span { border-color: #A0FC5B; }
span { border-color: rgb(160,252,91); }
td.TdClassName
{
border-color: #A0FC5B;
}
.TagClassName
{
border-color: #A0FC5B;
}
</style>