Shades of Conifer #AAD445
Tints of Conifer #AAD445
RGB
CMYK
RGB Variations
Color information
#AAD445 (or 0xAAD445) is known color: Conifer. HEX triplet: AA, D4 and 45. RGB value is (170,212,69). Sum of RGB (Red+Green+Blue) = 170+212+69=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD445 is #552BBA. Grayscale: #B7B7B7. Windows color (decimal): -5581755 or 4576426. OLE color: 4576426.
HSL color Cylindrical-coordinate representation of color #AAD445: hue angle of 77.62º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAD445 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 69 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.17 |
| HSL | 77.62º | 0.62% | 0.55% | - |
| HSV(B) | 77.62º | 0.67% | 0.83% | - |
| XYZ | 41.2 | 56.06 | 14.28 | - |
| YUV | 183.14 | 63.59 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 69 | 0.20 | 0 | 0.67 | 0.17 | 77.62 | 0.62 | 0.55 |
| Hex | AA | D4 | 45 | 14 | 0 | 43 | 11 | 4E | 3E | 37 |
| Octal | 252 | 324 | 105 | 24 | 0 | 103 | 21 | 116 | 76 | 67 |
| Binary | 10101010 | 11010100 | 1000101 | 10100 | 0 | 1000011 | 10001 | 1001110 | 111110 | 110111 |
Color Harmonies of #AAD445
Complementary color
Monochromatic Colors of #AAD445
Black with #AAD445
Text Example
Text Example
White with #AAD445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD445; }
p { color: rgb(170,212,69); }
H1.HeaderClassName
{
color: #AAD445;
}
.AnyTagClassName
{
color: #AAD445;
}
</style>
background-color css
<style>
a { background-color: #AAD445; }
a { background-color: rgb(170,212,69); }
div.DivClassName
{
background-color: #AAD445;
}
.BgClassName
{
background-color: #AAD445;
}
</style>
border-color css
<style>
span { border-color: #AAD445; }
span { border-color: rgb(170,212,69); }
td.TdClassName
{
border-color: #AAD445;
}
.TagClassName
{
border-color: #AAD445;
}
</style>