Shades of Conifer #A0D55B
Tints of Conifer #A0D55B
RGB
CMYK
RGB Variations
Color information
#A0D55B (or 0xA0D55B) is known color: Conifer. HEX triplet: A0, D5 and 5B. RGB value is (160,213,91). Sum of RGB (Red+Green+Blue) = 160+213+91=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D55B is #5F2AA4. Grayscale: #B7B7B7. Windows color (decimal): -6236837 or 6018464. OLE color: 6018464.
HSL color Cylindrical-coordinate representation of color #A0D55B: hue angle of 86.07º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0D55B is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 91 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.16 |
| HSL | 86.07º | 0.59% | 0.6% | - |
| HSV(B) | 86.07º | 0.57% | 0.84% | - |
| XYZ | 40.18 | 55.82 | 18.55 | - |
| YUV | 183.25 | 75.94 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 91 | 0.25 | 0 | 0.57 | 0.16 | 86.07 | 0.59 | 0.6 |
| Hex | A0 | D5 | 5B | 19 | 0 | 39 | 10 | 56 | 3B | 3C |
| Octal | 240 | 325 | 133 | 31 | 0 | 71 | 20 | 126 | 73 | 74 |
| Binary | 10100000 | 11010101 | 1011011 | 11001 | 0 | 111001 | 10000 | 1010110 | 111011 | 111100 |
Color Harmonies of #A0D55B
Complementary color
Monochromatic Colors of #A0D55B
Black with #A0D55B
Text Example
Text Example
White with #A0D55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D55B; }
p { color: rgb(160,213,91); }
H1.HeaderClassName
{
color: #A0D55B;
}
.AnyTagClassName
{
color: #A0D55B;
}
</style>
background-color css
<style>
a { background-color: #A0D55B; }
a { background-color: rgb(160,213,91); }
div.DivClassName
{
background-color: #A0D55B;
}
.BgClassName
{
background-color: #A0D55B;
}
</style>
border-color css
<style>
span { border-color: #A0D55B; }
span { border-color: rgb(160,213,91); }
td.TdClassName
{
border-color: #A0D55B;
}
.TagClassName
{
border-color: #A0D55B;
}
</style>