Shades of Conifer #AAD350
Tints of Conifer #AAD350
RGB
CMYK
RGB Variations
Color information
#AAD350 (or 0xAAD350) is known color: Conifer. HEX triplet: AA, D3 and 50. RGB value is (170,211,80). Sum of RGB (Red+Green+Blue) = 170+211+80=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD350 is #552CAF. Grayscale: #B8B8B8. Windows color (decimal): -5582000 or 5297066. OLE color: 5297066.
HSL color Cylindrical-coordinate representation of color #AAD350: hue angle of 78.78º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAD350 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 80 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.17 |
| HSL | 78.78º | 0.6% | 0.57% | - |
| HSV(B) | 78.78º | 0.62% | 0.83% | - |
| XYZ | 41.32 | 55.71 | 16.17 | - |
| YUV | 183.81 | 69.42 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 80 | 0.19 | 0 | 0.62 | 0.17 | 78.78 | 0.6 | 0.57 |
| Hex | AA | D3 | 50 | 13 | 0 | 3E | 11 | 4F | 3C | 39 |
| Octal | 252 | 323 | 120 | 23 | 0 | 76 | 21 | 117 | 74 | 71 |
| Binary | 10101010 | 11010011 | 1010000 | 10011 | 0 | 111110 | 10001 | 1001111 | 111100 | 111001 |
Color Harmonies of #AAD350
Complementary color
Monochromatic Colors of #AAD350
Black with #AAD350
Text Example
Text Example
White with #AAD350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD350; }
p { color: rgb(170,211,80); }
H1.HeaderClassName
{
color: #AAD350;
}
.AnyTagClassName
{
color: #AAD350;
}
</style>
background-color css
<style>
a { background-color: #AAD350; }
a { background-color: rgb(170,211,80); }
div.DivClassName
{
background-color: #AAD350;
}
.BgClassName
{
background-color: #AAD350;
}
</style>
border-color css
<style>
span { border-color: #AAD350; }
span { border-color: rgb(170,211,80); }
td.TdClassName
{
border-color: #AAD350;
}
.TagClassName
{
border-color: #AAD350;
}
</style>