Shades of Conifer #A0F45B
Tints of Conifer #A0F45B
RGB
CMYK
RGB Variations
Color information
#A0F45B (or 0xA0F45B) is known color: Conifer. HEX triplet: A0, F4 and 5B. RGB value is (160,244,91). Sum of RGB (Red+Green+Blue) = 160+244+91=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F45B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F45B is #5F0BA4. Grayscale: #C9C9C9. Windows color (decimal): -6228901 or 6026400. OLE color: 6026400.
HSL color Cylindrical-coordinate representation of color #A0F45B: hue angle of 92.94º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0F45B is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 244 | 91 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.04 |
| HSL | 92.94º | 0.87% | 0.66% | - |
| HSV(B) | 92.94º | 0.63% | 0.96% | - |
| XYZ | 48.74 | 72.93 | 21.41 | - |
| YUV | 201.44 | 65.67 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 244 | 91 | 0.34 | 0 | 0.63 | 0.04 | 92.94 | 0.87 | 0.66 |
| Hex | A0 | F4 | 5B | 22 | 0 | 3F | 4 | 5D | 57 | 42 |
| Octal | 240 | 364 | 133 | 42 | 0 | 77 | 4 | 135 | 127 | 102 |
| Binary | 10100000 | 11110100 | 1011011 | 100010 | 0 | 111111 | 100 | 1011101 | 1010111 | 1000010 |
Color Harmonies of #A0F45B
Complementary color
Monochromatic Colors of #A0F45B
Black with #A0F45B
Text Example
Text Example
White with #A0F45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F45B; }
p { color: rgb(160,244,91); }
H1.HeaderClassName
{
color: #A0F45B;
}
.AnyTagClassName
{
color: #A0F45B;
}
</style>
background-color css
<style>
a { background-color: #A0F45B; }
a { background-color: rgb(160,244,91); }
div.DivClassName
{
background-color: #A0F45B;
}
.BgClassName
{
background-color: #A0F45B;
}
</style>
border-color css
<style>
span { border-color: #A0F45B; }
span { border-color: rgb(160,244,91); }
td.TdClassName
{
border-color: #A0F45B;
}
.TagClassName
{
border-color: #A0F45B;
}
</style>