Shades of Conifer #AAD54A
Tints of Conifer #AAD54A
RGB
CMYK
RGB Variations
Color information
#AAD54A (or 0xAAD54A) is known color: Conifer. HEX triplet: AA, D5 and 4A. RGB value is (170,213,74). Sum of RGB (Red+Green+Blue) = 170+213+74=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD54A is #552AB5. Grayscale: #B8B8B8. Windows color (decimal): -5581494 or 4904362. OLE color: 4904362.
HSL color Cylindrical-coordinate representation of color #AAD54A: hue angle of 78.56º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAD54A is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 74 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.16 |
| HSL | 78.56º | 0.62% | 0.56% | - |
| HSV(B) | 78.56º | 0.65% | 0.84% | - |
| XYZ | 41.61 | 56.63 | 15.22 | - |
| YUV | 184.3 | 65.75 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 74 | 0.20 | 0 | 0.65 | 0.16 | 78.56 | 0.62 | 0.56 |
| Hex | AA | D5 | 4A | 14 | 0 | 41 | 10 | 4F | 3E | 38 |
| Octal | 252 | 325 | 112 | 24 | 0 | 101 | 20 | 117 | 76 | 70 |
| Binary | 10101010 | 11010101 | 1001010 | 10100 | 0 | 1000001 | 10000 | 1001111 | 111110 | 111000 |
Color Harmonies of #AAD54A
Complementary color
Monochromatic Colors of #AAD54A
Black with #AAD54A
Text Example
Text Example
White with #AAD54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD54A; }
p { color: rgb(170,213,74); }
H1.HeaderClassName
{
color: #AAD54A;
}
.AnyTagClassName
{
color: #AAD54A;
}
</style>
background-color css
<style>
a { background-color: #AAD54A; }
a { background-color: rgb(170,213,74); }
div.DivClassName
{
background-color: #AAD54A;
}
.BgClassName
{
background-color: #AAD54A;
}
</style>
border-color css
<style>
span { border-color: #AAD54A; }
span { border-color: rgb(170,213,74); }
td.TdClassName
{
border-color: #AAD54A;
}
.TagClassName
{
border-color: #AAD54A;
}
</style>