Shades of Conifer #A0FB5B
Tints of Conifer #A0FB5B
RGB
CMYK
RGB Variations
Color information
#A0FB5B (or 0xA0FB5B) is known color: Conifer. HEX triplet: A0, FB and 5B. RGB value is (160,251,91). Sum of RGB (Red+Green+Blue) = 160+251+91=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FB5B is #5F04A4. Grayscale: #CECECE. Windows color (decimal): -6227109 or 6028192. OLE color: 6028192.
HSL color Cylindrical-coordinate representation of color #A0FB5B: hue angle of 94.12º degrees, saturation: 0.95, 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 #A0FB5B is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 91 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.02 |
| HSL | 94.13º | 0.95% | 0.67% | - |
| HSV(B) | 94.13º | 0.64% | 0.98% | - |
| XYZ | 50.88 | 77.22 | 22.12 | - |
| YUV | 205.55 | 63.35 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 91 | 0.36 | 0 | 0.64 | 0.02 | 94.13 | 0.95 | 0.67 |
| Hex | A0 | FB | 5B | 24 | 0 | 40 | 2 | 5E | 5F | 43 |
| Octal | 240 | 373 | 133 | 44 | 0 | 100 | 2 | 136 | 137 | 103 |
| Binary | 10100000 | 11111011 | 1011011 | 100100 | 0 | 1000000 | 10 | 1011110 | 1011111 | 1000011 |
Color Harmonies of #A0FB5B
Complementary color
Monochromatic Colors of #A0FB5B
Black with #A0FB5B
Text Example
Text Example
White with #A0FB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB5B; }
p { color: rgb(160,251,91); }
H1.HeaderClassName
{
color: #A0FB5B;
}
.AnyTagClassName
{
color: #A0FB5B;
}
</style>
background-color css
<style>
a { background-color: #A0FB5B; }
a { background-color: rgb(160,251,91); }
div.DivClassName
{
background-color: #A0FB5B;
}
.BgClassName
{
background-color: #A0FB5B;
}
</style>
border-color css
<style>
span { border-color: #A0FB5B; }
span { border-color: rgb(160,251,91); }
td.TdClassName
{
border-color: #A0FB5B;
}
.TagClassName
{
border-color: #A0FB5B;
}
</style>