Shades of Conifer #A4D467
Tints of Conifer #A4D467
RGB
CMYK
RGB Variations
Color information
#A4D467 (or 0xA4D467) is known color: Conifer. HEX triplet: A4, D4 and 67. RGB value is (164,212,103). Sum of RGB (Red+Green+Blue) = 164+212+103=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D467 is #5B2B98. Grayscale: #B9B9B9. Windows color (decimal): -5974937 or 6804644. OLE color: 6804644.
HSL color Cylindrical-coordinate representation of color #A4D467: hue angle of 86.42º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4D467 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 212 | 103 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.17 |
| HSL | 86.42º | 0.56% | 0.62% | - |
| HSV(B) | 86.42º | 0.51% | 0.83% | - |
| XYZ | 41.3 | 55.96 | 21.46 | - |
| YUV | 185.22 | 81.6 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 212 | 103 | 0.23 | 0 | 0.51 | 0.17 | 86.42 | 0.56 | 0.62 |
| Hex | A4 | D4 | 67 | 17 | 0 | 33 | 11 | 56 | 38 | 3E |
| Octal | 244 | 324 | 147 | 27 | 0 | 63 | 21 | 126 | 70 | 76 |
| Binary | 10100100 | 11010100 | 1100111 | 10111 | 0 | 110011 | 10001 | 1010110 | 111000 | 111110 |
Color Harmonies of #A4D467
Complementary color
Monochromatic Colors of #A4D467
Black with #A4D467
Text Example
Text Example
White with #A4D467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D467; }
p { color: rgb(164,212,103); }
H1.HeaderClassName
{
color: #A4D467;
}
.AnyTagClassName
{
color: #A4D467;
}
</style>
background-color css
<style>
a { background-color: #A4D467; }
a { background-color: rgb(164,212,103); }
div.DivClassName
{
background-color: #A4D467;
}
.BgClassName
{
background-color: #A4D467;
}
</style>
border-color css
<style>
span { border-color: #A4D467; }
span { border-color: rgb(164,212,103); }
td.TdClassName
{
border-color: #A4D467;
}
.TagClassName
{
border-color: #A4D467;
}
</style>