Shades of Conifer #AAD04B
Tints of Conifer #AAD04B
RGB
CMYK
RGB Variations
Color information
#AAD04B (or 0xAAD04B) is known color: Conifer. HEX triplet: AA, D0 and 4B. RGB value is (170,208,75). Sum of RGB (Red+Green+Blue) = 170+208+75=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD04B is #552FB4. Grayscale: #B5B5B5. Windows color (decimal): -5582773 or 4968618. OLE color: 4968618.
HSL color Cylindrical-coordinate representation of color #AAD04B: hue angle of 77.14º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAD04B is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 75 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.18 |
| HSL | 77.14º | 0.59% | 0.55% | - |
| HSV(B) | 77.14º | 0.64% | 0.82% | - |
| XYZ | 40.4 | 54.17 | 14.98 | - |
| YUV | 181.48 | 67.91 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 75 | 0.18 | 0 | 0.64 | 0.18 | 77.14 | 0.59 | 0.55 |
| Hex | AA | D0 | 4B | 12 | 0 | 40 | 12 | 4D | 3B | 37 |
| Octal | 252 | 320 | 113 | 22 | 0 | 100 | 22 | 115 | 73 | 67 |
| Binary | 10101010 | 11010000 | 1001011 | 10010 | 0 | 1000000 | 10010 | 1001101 | 111011 | 110111 |
Color Harmonies of #AAD04B
Complementary color
Monochromatic Colors of #AAD04B
Black with #AAD04B
Text Example
Text Example
White with #AAD04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD04B; }
p { color: rgb(170,208,75); }
H1.HeaderClassName
{
color: #AAD04B;
}
.AnyTagClassName
{
color: #AAD04B;
}
</style>
background-color css
<style>
a { background-color: #AAD04B; }
a { background-color: rgb(170,208,75); }
div.DivClassName
{
background-color: #AAD04B;
}
.BgClassName
{
background-color: #AAD04B;
}
</style>
border-color css
<style>
span { border-color: #AAD04B; }
span { border-color: rgb(170,208,75); }
td.TdClassName
{
border-color: #AAD04B;
}
.TagClassName
{
border-color: #AAD04B;
}
</style>