Shades of Conifer #A0F85B
Tints of Conifer #A0F85B
RGB
CMYK
RGB Variations
Color information
#A0F85B (or 0xA0F85B) is known color: Conifer. HEX triplet: A0, F8 and 5B. RGB value is (160,248,91). Sum of RGB (Red+Green+Blue) = 160+248+91=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 91 (35.94% from 255 or 18.24% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F85B is #5F07A4. Grayscale: #CCCCCC. Windows color (decimal): -6227877 or 6027424. OLE color: 6027424.
HSL color Cylindrical-coordinate representation of color #A0F85B: hue angle of 93.63º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0F85B is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 91 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.03 |
| HSL | 93.63º | 0.92% | 0.66% | - |
| HSV(B) | 93.63º | 0.63% | 0.97% | - |
| XYZ | 49.95 | 75.36 | 21.81 | - |
| YUV | 203.79 | 64.35 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 91 | 0.35 | 0 | 0.63 | 0.03 | 93.63 | 0.92 | 0.66 |
| Hex | A0 | F8 | 5B | 23 | 0 | 3F | 3 | 5E | 5C | 42 |
| Octal | 240 | 370 | 133 | 43 | 0 | 77 | 3 | 136 | 134 | 102 |
| Binary | 10100000 | 11111000 | 1011011 | 100011 | 0 | 111111 | 11 | 1011110 | 1011100 | 1000010 |
Color Harmonies of #A0F85B
Complementary color
Monochromatic Colors of #A0F85B
Black with #A0F85B
Text Example
Text Example
White with #A0F85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F85B; }
p { color: rgb(160,248,91); }
H1.HeaderClassName
{
color: #A0F85B;
}
.AnyTagClassName
{
color: #A0F85B;
}
</style>
background-color css
<style>
a { background-color: #A0F85B; }
a { background-color: rgb(160,248,91); }
div.DivClassName
{
background-color: #A0F85B;
}
.BgClassName
{
background-color: #A0F85B;
}
</style>
border-color css
<style>
span { border-color: #A0F85B; }
span { border-color: rgb(160,248,91); }
td.TdClassName
{
border-color: #A0F85B;
}
.TagClassName
{
border-color: #A0F85B;
}
</style>