Shades of Conifer #AAD367
Tints of Conifer #AAD367
RGB
CMYK
RGB Variations
Color information
#AAD367 (or 0xAAD367) is known color: Conifer. HEX triplet: AA, D3 and 67. RGB value is (170,211,103). Sum of RGB (Red+Green+Blue) = 170+211+103=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD367 is #552C98. Grayscale: #BABABA. Windows color (decimal): -5581977 or 6804394. OLE color: 6804394.
HSL color Cylindrical-coordinate representation of color #AAD367: hue angle of 82.78º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAD367 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 103 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.17 |
| HSL | 82.78º | 0.55% | 0.62% | - |
| HSV(B) | 82.78º | 0.51% | 0.83% | - |
| XYZ | 42.32 | 56.11 | 21.43 | - |
| YUV | 186.43 | 80.92 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 103 | 0.19 | 0 | 0.51 | 0.17 | 82.78 | 0.55 | 0.62 |
| Hex | AA | D3 | 67 | 13 | 0 | 33 | 11 | 53 | 37 | 3E |
| Octal | 252 | 323 | 147 | 23 | 0 | 63 | 21 | 123 | 67 | 76 |
| Binary | 10101010 | 11010011 | 1100111 | 10011 | 0 | 110011 | 10001 | 1010011 | 110111 | 111110 |
Color Harmonies of #AAD367
Complementary color
Monochromatic Colors of #AAD367
Black with #AAD367
Text Example
Text Example
White with #AAD367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD367; }
p { color: rgb(170,211,103); }
H1.HeaderClassName
{
color: #AAD367;
}
.AnyTagClassName
{
color: #AAD367;
}
</style>
background-color css
<style>
a { background-color: #AAD367; }
a { background-color: rgb(170,211,103); }
div.DivClassName
{
background-color: #AAD367;
}
.BgClassName
{
background-color: #AAD367;
}
</style>
border-color css
<style>
span { border-color: #AAD367; }
span { border-color: rgb(170,211,103); }
td.TdClassName
{
border-color: #AAD367;
}
.TagClassName
{
border-color: #AAD367;
}
</style>