Shades of Conifer #A0FA5D
Tints of Conifer #A0FA5D
RGB
CMYK
RGB Variations
Color information
#A0FA5D (or 0xA0FA5D) is known color: Conifer. HEX triplet: A0, FA and 5D. RGB value is (160,250,93). Sum of RGB (Red+Green+Blue) = 160+250+93=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA5D is #5F05A2. Grayscale: #CDCDCD. Windows color (decimal): -6227363 or 6159008. OLE color: 6159008.
HSL color Cylindrical-coordinate representation of color #A0FA5D: hue angle of 94.39º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0FA5D is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 93 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.02 |
| HSL | 94.39º | 0.94% | 0.67% | - |
| HSV(B) | 94.39º | 0.63% | 0.98% | - |
| XYZ | 50.66 | 76.64 | 22.48 | - |
| YUV | 205.19 | 64.68 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 93 | 0.36 | 0 | 0.63 | 0.02 | 94.39 | 0.94 | 0.67 |
| Hex | A0 | FA | 5D | 24 | 0 | 3F | 2 | 5E | 5E | 43 |
| Octal | 240 | 372 | 135 | 44 | 0 | 77 | 2 | 136 | 136 | 103 |
| Binary | 10100000 | 11111010 | 1011101 | 100100 | 0 | 111111 | 10 | 1011110 | 1011110 | 1000011 |
Color Harmonies of #A0FA5D
Complementary color
Monochromatic Colors of #A0FA5D
Black with #A0FA5D
Text Example
Text Example
White with #A0FA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA5D; }
p { color: rgb(160,250,93); }
H1.HeaderClassName
{
color: #A0FA5D;
}
.AnyTagClassName
{
color: #A0FA5D;
}
</style>
background-color css
<style>
a { background-color: #A0FA5D; }
a { background-color: rgb(160,250,93); }
div.DivClassName
{
background-color: #A0FA5D;
}
.BgClassName
{
background-color: #A0FA5D;
}
</style>
border-color css
<style>
span { border-color: #A0FA5D; }
span { border-color: rgb(160,250,93); }
td.TdClassName
{
border-color: #A0FA5D;
}
.TagClassName
{
border-color: #A0FA5D;
}
</style>