Shades of Conifer #A4D367
Tints of Conifer #A4D367
RGB
CMYK
RGB Variations
Color information
#A4D367 (or 0xA4D367) is known color: Conifer. HEX triplet: A4, D3 and 67. RGB value is (164,211,103). Sum of RGB (Red+Green+Blue) = 164+211+103=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D367 is #5B2C98. Grayscale: #B9B9B9. Windows color (decimal): -5975193 or 6804388. OLE color: 6804388.
HSL color Cylindrical-coordinate representation of color #A4D367: hue angle of 86.11º degrees, saturation: 0.55, 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 #A4D367 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 211 | 103 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.17 |
| HSL | 86.11º | 0.55% | 0.62% | - |
| HSV(B) | 86.11º | 0.51% | 0.83% | - |
| XYZ | 41.05 | 55.46 | 21.37 | - |
| YUV | 184.64 | 81.93 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 211 | 103 | 0.22 | 0 | 0.51 | 0.17 | 86.11 | 0.55 | 0.62 |
| Hex | A4 | D3 | 67 | 16 | 0 | 33 | 11 | 56 | 37 | 3E |
| Octal | 244 | 323 | 147 | 26 | 0 | 63 | 21 | 126 | 67 | 76 |
| Binary | 10100100 | 11010011 | 1100111 | 10110 | 0 | 110011 | 10001 | 1010110 | 110111 | 111110 |
Color Harmonies of #A4D367
Complementary color
Monochromatic Colors of #A4D367
Black with #A4D367
Text Example
Text Example
White with #A4D367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D367; }
p { color: rgb(164,211,103); }
H1.HeaderClassName
{
color: #A4D367;
}
.AnyTagClassName
{
color: #A4D367;
}
</style>
background-color css
<style>
a { background-color: #A4D367; }
a { background-color: rgb(164,211,103); }
div.DivClassName
{
background-color: #A4D367;
}
.BgClassName
{
background-color: #A4D367;
}
</style>
border-color css
<style>
span { border-color: #A4D367; }
span { border-color: rgb(164,211,103); }
td.TdClassName
{
border-color: #A4D367;
}
.TagClassName
{
border-color: #A4D367;
}
</style>