Shades of Conifer #A4D55A
Tints of Conifer #A4D55A
RGB
CMYK
RGB Variations
Color information
#A4D55A (or 0xA4D55A) is known color: Conifer. HEX triplet: A4, D5 and 5A. RGB value is (164,213,90). Sum of RGB (Red+Green+Blue) = 164+213+90=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D55A is #5B2AA5. Grayscale: #B8B8B8. Windows color (decimal): -5974694 or 5952932. OLE color: 5952932.
HSL color Cylindrical-coordinate representation of color #A4D55A: hue angle of 83.9º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4D55A is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 90 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.16 |
| HSL | 83.9º | 0.59% | 0.59% | - |
| HSV(B) | 83.9º | 0.58% | 0.84% | - |
| XYZ | 40.95 | 56.22 | 18.37 | - |
| YUV | 184.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 90 | 0.23 | 0 | 0.58 | 0.16 | 83.9 | 0.59 | 0.59 |
| Hex | A4 | D5 | 5A | 17 | 0 | 3A | 10 | 54 | 3B | 3B |
| Octal | 244 | 325 | 132 | 27 | 0 | 72 | 20 | 124 | 73 | 73 |
| Binary | 10100100 | 11010101 | 1011010 | 10111 | 0 | 111010 | 10000 | 1010100 | 111011 | 111011 |
Color Harmonies of #A4D55A
Complementary color
Monochromatic Colors of #A4D55A
Black with #A4D55A
Text Example
Text Example
White with #A4D55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D55A; }
p { color: rgb(164,213,90); }
H1.HeaderClassName
{
color: #A4D55A;
}
.AnyTagClassName
{
color: #A4D55A;
}
</style>
background-color css
<style>
a { background-color: #A4D55A; }
a { background-color: rgb(164,213,90); }
div.DivClassName
{
background-color: #A4D55A;
}
.BgClassName
{
background-color: #A4D55A;
}
</style>
border-color css
<style>
span { border-color: #A4D55A; }
span { border-color: rgb(164,213,90); }
td.TdClassName
{
border-color: #A4D55A;
}
.TagClassName
{
border-color: #A4D55A;
}
</style>