Shades of Conifer #A0FC5C
Tints of Conifer #A0FC5C
RGB
CMYK
RGB Variations
Color information
#A0FC5C (or 0xA0FC5C) is known color: Conifer. HEX triplet: A0, FC and 5C. RGB value is (160,252,92). Sum of RGB (Red+Green+Blue) = 160+252+92=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FC5C is #5F03A3. Grayscale: #CECECE. Windows color (decimal): -6226852 or 6093984. OLE color: 6093984.
HSL color Cylindrical-coordinate representation of color #A0FC5C: hue angle of 94.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0FC5C is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 92 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.01 |
| HSL | 94.5º | 0.96% | 0.67% | - |
| HSV(B) | 94.5º | 0.63% | 0.99% | - |
| XYZ | 51.24 | 77.87 | 22.45 | - |
| YUV | 206.25 | 63.52 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 92 | 0.37 | 0 | 0.63 | 0.01 | 94.5 | 0.96 | 0.67 |
| Hex | A0 | FC | 5C | 25 | 0 | 3F | 1 | 5E | 60 | 43 |
| Octal | 240 | 374 | 134 | 45 | 0 | 77 | 1 | 136 | 140 | 103 |
| Binary | 10100000 | 11111100 | 1011100 | 100101 | 0 | 111111 | 1 | 1011110 | 1100000 | 1000011 |
Color Harmonies of #A0FC5C
Complementary color
Monochromatic Colors of #A0FC5C
Black with #A0FC5C
Text Example
Text Example
White with #A0FC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC5C; }
p { color: rgb(160,252,92); }
H1.HeaderClassName
{
color: #A0FC5C;
}
.AnyTagClassName
{
color: #A0FC5C;
}
</style>
background-color css
<style>
a { background-color: #A0FC5C; }
a { background-color: rgb(160,252,92); }
div.DivClassName
{
background-color: #A0FC5C;
}
.BgClassName
{
background-color: #A0FC5C;
}
</style>
border-color css
<style>
span { border-color: #A0FC5C; }
span { border-color: rgb(160,252,92); }
td.TdClassName
{
border-color: #A0FC5C;
}
.TagClassName
{
border-color: #A0FC5C;
}
</style>