Shades of Conifer #A4D458
Tints of Conifer #A4D458
RGB
CMYK
RGB Variations
Color information
#A4D458 (or 0xA4D458) is known color: Conifer. HEX triplet: A4, D4 and 58. RGB value is (164,212,88). Sum of RGB (Red+Green+Blue) = 164+212+88=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D458 is #5B2BA7. Grayscale: #B7B7B7. Windows color (decimal): -5974952 or 5821604. OLE color: 5821604.
HSL color Cylindrical-coordinate representation of color #A4D458: hue angle of 83.23º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4D458 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 212 | 88 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.17 |
| HSL | 83.23º | 0.59% | 0.59% | - |
| HSV(B) | 83.23º | 0.58% | 0.83% | - |
| XYZ | 40.61 | 55.68 | 17.84 | - |
| YUV | 183.51 | 74.1 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 212 | 88 | 0.23 | 0 | 0.58 | 0.17 | 83.23 | 0.59 | 0.59 |
| Hex | A4 | D4 | 58 | 17 | 0 | 3A | 11 | 53 | 3B | 3B |
| Octal | 244 | 324 | 130 | 27 | 0 | 72 | 21 | 123 | 73 | 73 |
| Binary | 10100100 | 11010100 | 1011000 | 10111 | 0 | 111010 | 10001 | 1010011 | 111011 | 111011 |
Color Harmonies of #A4D458
Complementary color
Monochromatic Colors of #A4D458
Black with #A4D458
Text Example
Text Example
White with #A4D458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D458; }
p { color: rgb(164,212,88); }
H1.HeaderClassName
{
color: #A4D458;
}
.AnyTagClassName
{
color: #A4D458;
}
</style>
background-color css
<style>
a { background-color: #A4D458; }
a { background-color: rgb(164,212,88); }
div.DivClassName
{
background-color: #A4D458;
}
.BgClassName
{
background-color: #A4D458;
}
</style>
border-color css
<style>
span { border-color: #A4D458; }
span { border-color: rgb(164,212,88); }
td.TdClassName
{
border-color: #A4D458;
}
.TagClassName
{
border-color: #A4D458;
}
</style>