Shades of Conifer #AAD84B
Tints of Conifer #AAD84B
RGB
CMYK
RGB Variations
Color information
#AAD84B (or 0xAAD84B) is known color: Conifer. HEX triplet: AA, D8 and 4B. RGB value is (170,216,75). Sum of RGB (Red+Green+Blue) = 170+216+75=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD84B is #5527B4. Grayscale: #BABABA. Windows color (decimal): -5580725 or 4970666. OLE color: 4970666.
HSL color Cylindrical-coordinate representation of color #AAD84B: hue angle of 79.57º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAD84B is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 75 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.15 |
| HSL | 79.57º | 0.64% | 0.57% | - |
| HSV(B) | 79.57º | 0.65% | 0.85% | - |
| XYZ | 42.4 | 58.17 | 15.65 | - |
| YUV | 186.17 | 65.26 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 75 | 0.21 | 0 | 0.65 | 0.15 | 79.57 | 0.64 | 0.57 |
| Hex | AA | D8 | 4B | 15 | 0 | 41 | F | 50 | 40 | 39 |
| Octal | 252 | 330 | 113 | 25 | 0 | 101 | 17 | 120 | 100 | 71 |
| Binary | 10101010 | 11011000 | 1001011 | 10101 | 0 | 1000001 | 1111 | 1010000 | 1000000 | 111001 |
Color Harmonies of #AAD84B
Complementary color
Monochromatic Colors of #AAD84B
Black with #AAD84B
Text Example
Text Example
White with #AAD84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD84B; }
p { color: rgb(170,216,75); }
H1.HeaderClassName
{
color: #AAD84B;
}
.AnyTagClassName
{
color: #AAD84B;
}
</style>
background-color css
<style>
a { background-color: #AAD84B; }
a { background-color: rgb(170,216,75); }
div.DivClassName
{
background-color: #AAD84B;
}
.BgClassName
{
background-color: #AAD84B;
}
</style>
border-color css
<style>
span { border-color: #AAD84B; }
span { border-color: rgb(170,216,75); }
td.TdClassName
{
border-color: #AAD84B;
}
.TagClassName
{
border-color: #AAD84B;
}
</style>