Shades of Conifer #AAD54D
Tints of Conifer #AAD54D
RGB
CMYK
RGB Variations
Color information
#AAD54D (or 0xAAD54D) is known color: Conifer. HEX triplet: AA, D5 and 4D. RGB value is (170,213,77). Sum of RGB (Red+Green+Blue) = 170+213+77=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD54D is #552AB2. Grayscale: #B9B9B9. Windows color (decimal): -5581491 or 5100970. OLE color: 5100970.
HSL color Cylindrical-coordinate representation of color #AAD54D: hue angle of 78.97º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAD54D is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 77 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.16 |
| HSL | 78.97º | 0.62% | 0.57% | - |
| HSV(B) | 78.97º | 0.64% | 0.84% | - |
| XYZ | 41.71 | 56.67 | 15.76 | - |
| YUV | 184.64 | 67.25 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 77 | 0.20 | 0 | 0.64 | 0.16 | 78.97 | 0.62 | 0.57 |
| Hex | AA | D5 | 4D | 14 | 0 | 40 | 10 | 4F | 3E | 39 |
| Octal | 252 | 325 | 115 | 24 | 0 | 100 | 20 | 117 | 76 | 71 |
| Binary | 10101010 | 11010101 | 1001101 | 10100 | 0 | 1000000 | 10000 | 1001111 | 111110 | 111001 |
Color Harmonies of #AAD54D
Complementary color
Monochromatic Colors of #AAD54D
Black with #AAD54D
Text Example
Text Example
White with #AAD54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD54D; }
p { color: rgb(170,213,77); }
H1.HeaderClassName
{
color: #AAD54D;
}
.AnyTagClassName
{
color: #AAD54D;
}
</style>
background-color css
<style>
a { background-color: #AAD54D; }
a { background-color: rgb(170,213,77); }
div.DivClassName
{
background-color: #AAD54D;
}
.BgClassName
{
background-color: #AAD54D;
}
</style>
border-color css
<style>
span { border-color: #AAD54D; }
span { border-color: rgb(170,213,77); }
td.TdClassName
{
border-color: #AAD54D;
}
.TagClassName
{
border-color: #AAD54D;
}
</style>