Shades of Conifer #AAD168
Tints of Conifer #AAD168
RGB
CMYK
RGB Variations
Color information
#AAD168 (or 0xAAD168) is known color: Conifer. HEX triplet: AA, D1 and 68. RGB value is (170,209,104). Sum of RGB (Red+Green+Blue) = 170+209+104=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD168 is #552E97. Grayscale: #B9B9B9. Windows color (decimal): -5582488 or 6869418. OLE color: 6869418.
HSL color Cylindrical-coordinate representation of color #AAD168: hue angle of 82.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAD168 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 104 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.18 |
| HSL | 82.29º | 0.53% | 0.61% | - |
| HSV(B) | 82.29º | 0.5% | 0.82% | - |
| XYZ | 41.88 | 55.15 | 21.53 | - |
| YUV | 185.37 | 82.08 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 104 | 0.19 | 0 | 0.50 | 0.18 | 82.29 | 0.53 | 0.61 |
| Hex | AA | D1 | 68 | 13 | 0 | 32 | 12 | 52 | 35 | 3D |
| Octal | 252 | 321 | 150 | 23 | 0 | 62 | 22 | 122 | 65 | 75 |
| Binary | 10101010 | 11010001 | 1101000 | 10011 | 0 | 110010 | 10010 | 1010010 | 110101 | 111101 |
Color Harmonies of #AAD168
Complementary color
Monochromatic Colors of #AAD168
Black with #AAD168
Text Example
Text Example
White with #AAD168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD168; }
p { color: rgb(170,209,104); }
H1.HeaderClassName
{
color: #AAD168;
}
.AnyTagClassName
{
color: #AAD168;
}
</style>
background-color css
<style>
a { background-color: #AAD168; }
a { background-color: rgb(170,209,104); }
div.DivClassName
{
background-color: #AAD168;
}
.BgClassName
{
background-color: #AAD168;
}
</style>
border-color css
<style>
span { border-color: #AAD168; }
span { border-color: rgb(170,209,104); }
td.TdClassName
{
border-color: #AAD168;
}
.TagClassName
{
border-color: #AAD168;
}
</style>