Shades of Conifer #A0FA5B
Tints of Conifer #A0FA5B
RGB
CMYK
RGB Variations
Color information
#A0FA5B (or 0xA0FA5B) is known color: Conifer. HEX triplet: A0, FA and 5B. RGB value is (160,250,91). Sum of RGB (Red+Green+Blue) = 160+250+91=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA5B is #5F05A4. Grayscale: #CDCDCD. Windows color (decimal): -6227365 or 6027936. OLE color: 6027936.
HSL color Cylindrical-coordinate representation of color #A0FA5B: hue angle of 93.96º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0FA5B is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 91 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.02 |
| HSL | 93.96º | 0.94% | 0.67% | - |
| HSV(B) | 93.96º | 0.64% | 0.98% | - |
| XYZ | 50.57 | 76.6 | 22.02 | - |
| YUV | 204.96 | 63.68 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 91 | 0.36 | 0 | 0.64 | 0.02 | 93.96 | 0.94 | 0.67 |
| Hex | A0 | FA | 5B | 24 | 0 | 40 | 2 | 5E | 5E | 43 |
| Octal | 240 | 372 | 133 | 44 | 0 | 100 | 2 | 136 | 136 | 103 |
| Binary | 10100000 | 11111010 | 1011011 | 100100 | 0 | 1000000 | 10 | 1011110 | 1011110 | 1000011 |
Color Harmonies of #A0FA5B
Complementary color
Monochromatic Colors of #A0FA5B
Black with #A0FA5B
Text Example
Text Example
White with #A0FA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA5B; }
p { color: rgb(160,250,91); }
H1.HeaderClassName
{
color: #A0FA5B;
}
.AnyTagClassName
{
color: #A0FA5B;
}
</style>
background-color css
<style>
a { background-color: #A0FA5B; }
a { background-color: rgb(160,250,91); }
div.DivClassName
{
background-color: #A0FA5B;
}
.BgClassName
{
background-color: #A0FA5B;
}
</style>
border-color css
<style>
span { border-color: #A0FA5B; }
span { border-color: rgb(160,250,91); }
td.TdClassName
{
border-color: #A0FA5B;
}
.TagClassName
{
border-color: #A0FA5B;
}
</style>