Shades of Conifer #A4DD69
Tints of Conifer #A4DD69
RGB
CMYK
RGB Variations
Color information
#A4DD69 (or 0xA4DD69) is known color: Conifer. HEX triplet: A4, DD and 69. RGB value is (164,221,105). Sum of RGB (Red+Green+Blue) = 164+221+105=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DD69 is #5B2296. Grayscale: #BFBFBF. Windows color (decimal): -5972631 or 6938020. OLE color: 6938020.
HSL color Cylindrical-coordinate representation of color #A4DD69: hue angle of 89.48º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4DD69 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 105 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.13 |
| HSL | 89.48º | 0.63% | 0.64% | - |
| HSV(B) | 89.48º | 0.52% | 0.87% | - |
| XYZ | 43.72 | 60.63 | 22.76 | - |
| YUV | 190.73 | 79.62 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 105 | 0.26 | 0 | 0.52 | 0.13 | 89.48 | 0.63 | 0.64 |
| Hex | A4 | DD | 69 | 1A | 0 | 34 | D | 59 | 3F | 40 |
| Octal | 244 | 335 | 151 | 32 | 0 | 64 | 15 | 131 | 77 | 100 |
| Binary | 10100100 | 11011101 | 1101001 | 11010 | 0 | 110100 | 1101 | 1011001 | 111111 | 1000000 |
Color Harmonies of #A4DD69
Complementary color
Monochromatic Colors of #A4DD69
Black with #A4DD69
Text Example
Text Example
White with #A4DD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DD69; }
p { color: rgb(164,221,105); }
H1.HeaderClassName
{
color: #A4DD69;
}
.AnyTagClassName
{
color: #A4DD69;
}
</style>
background-color css
<style>
a { background-color: #A4DD69; }
a { background-color: rgb(164,221,105); }
div.DivClassName
{
background-color: #A4DD69;
}
.BgClassName
{
background-color: #A4DD69;
}
</style>
border-color css
<style>
span { border-color: #A4DD69; }
span { border-color: rgb(164,221,105); }
td.TdClassName
{
border-color: #A4DD69;
}
.TagClassName
{
border-color: #A4DD69;
}
</style>