Shades of Conifer #AAD34C
Tints of Conifer #AAD34C
RGB
CMYK
RGB Variations
Color information
#AAD34C (or 0xAAD34C) is known color: Conifer. HEX triplet: AA, D3 and 4C. RGB value is (170,211,76). Sum of RGB (Red+Green+Blue) = 170+211+76=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD34C is #552CB3. Grayscale: #B7B7B7. Windows color (decimal): -5582004 or 5034922. OLE color: 5034922.
HSL color Cylindrical-coordinate representation of color #AAD34C: hue angle of 78.22º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAD34C is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 76 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.17 |
| HSL | 78.22º | 0.61% | 0.56% | - |
| HSV(B) | 78.22º | 0.64% | 0.83% | - |
| XYZ | 41.18 | 55.66 | 15.41 | - |
| YUV | 183.35 | 67.42 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 76 | 0.19 | 0 | 0.64 | 0.17 | 78.22 | 0.61 | 0.56 |
| Hex | AA | D3 | 4C | 13 | 0 | 40 | 11 | 4E | 3D | 38 |
| Octal | 252 | 323 | 114 | 23 | 0 | 100 | 21 | 116 | 75 | 70 |
| Binary | 10101010 | 11010011 | 1001100 | 10011 | 0 | 1000000 | 10001 | 1001110 | 111101 | 111000 |
Color Harmonies of #AAD34C
Complementary color
Monochromatic Colors of #AAD34C
Black with #AAD34C
Text Example
Text Example
White with #AAD34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD34C; }
p { color: rgb(170,211,76); }
H1.HeaderClassName
{
color: #AAD34C;
}
.AnyTagClassName
{
color: #AAD34C;
}
</style>
background-color css
<style>
a { background-color: #AAD34C; }
a { background-color: rgb(170,211,76); }
div.DivClassName
{
background-color: #AAD34C;
}
.BgClassName
{
background-color: #AAD34C;
}
</style>
border-color css
<style>
span { border-color: #AAD34C; }
span { border-color: rgb(170,211,76); }
td.TdClassName
{
border-color: #AAD34C;
}
.TagClassName
{
border-color: #AAD34C;
}
</style>