Shades of Conifer #A0FB5A
Tints of Conifer #A0FB5A
RGB
CMYK
RGB Variations
Color information
#A0FB5A (or 0xA0FB5A) is known color: Conifer. HEX triplet: A0, FB and 5A. RGB value is (160,251,90). Sum of RGB (Red+Green+Blue) = 160+251+90=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FB5A is #5F04A5. Grayscale: #CDCDCD. Windows color (decimal): -6227110 or 5962656. OLE color: 5962656.
HSL color Cylindrical-coordinate representation of color #A0FB5A: hue angle of 93.91º 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 #A0FB5A is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 90 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.02 |
| HSL | 93.91º | 0.95% | 0.67% | - |
| HSV(B) | 93.91º | 0.64% | 0.98% | - |
| XYZ | 50.84 | 77.21 | 21.9 | - |
| YUV | 205.44 | 62.85 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 90 | 0.36 | 0 | 0.64 | 0.02 | 93.91 | 0.95 | 0.67 |
| Hex | A0 | FB | 5A | 24 | 0 | 40 | 2 | 5E | 5F | 43 |
| Octal | 240 | 373 | 132 | 44 | 0 | 100 | 2 | 136 | 137 | 103 |
| Binary | 10100000 | 11111011 | 1011010 | 100100 | 0 | 1000000 | 10 | 1011110 | 1011111 | 1000011 |
Color Harmonies of #A0FB5A
Complementary color
Monochromatic Colors of #A0FB5A
Black with #A0FB5A
Text Example
Text Example
White with #A0FB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB5A; }
p { color: rgb(160,251,90); }
H1.HeaderClassName
{
color: #A0FB5A;
}
.AnyTagClassName
{
color: #A0FB5A;
}
</style>
background-color css
<style>
a { background-color: #A0FB5A; }
a { background-color: rgb(160,251,90); }
div.DivClassName
{
background-color: #A0FB5A;
}
.BgClassName
{
background-color: #A0FB5A;
}
</style>
border-color css
<style>
span { border-color: #A0FB5A; }
span { border-color: rgb(160,251,90); }
td.TdClassName
{
border-color: #A0FB5A;
}
.TagClassName
{
border-color: #A0FB5A;
}
</style>