Shades of Conifer #AAD068
Tints of Conifer #AAD068
RGB
CMYK
RGB Variations
Color information
#AAD068 (or 0xAAD068) is known color: Conifer. HEX triplet: AA, D0 and 68. RGB value is (170,208,104). Sum of RGB (Red+Green+Blue) = 170+208+104=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD068 is #552F97. Grayscale: #B9B9B9. Windows color (decimal): -5582744 or 6869162. OLE color: 6869162.
HSL color Cylindrical-coordinate representation of color #AAD068: hue angle of 81.92º 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 #AAD068 is Cyan = 0.18, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 104 | - |
| CMYK | 0.18 | 0 | 0.5 | 0.18 |
| HSL | 81.92º | 0.53% | 0.61% | - |
| HSV(B) | 81.92º | 0.5% | 0.82% | - |
| XYZ | 41.63 | 54.66 | 21.45 | - |
| YUV | 184.78 | 82.41 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 104 | 0.18 | 0 | 0.5 | 0.18 | 81.92 | 0.53 | 0.61 |
| Hex | AA | D0 | 68 | 12 | 0 | 32 | 12 | 52 | 35 | 3D |
| Octal | 252 | 320 | 150 | 22 | 0 | 62 | 22 | 122 | 65 | 75 |
| Binary | 10101010 | 11010000 | 1101000 | 10010 | 0 | 110010 | 10010 | 1010010 | 110101 | 111101 |
Color Harmonies of #AAD068
Complementary color
Monochromatic Colors of #AAD068
Black with #AAD068
Text Example
Text Example
White with #AAD068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD068; }
p { color: rgb(170,208,104); }
H1.HeaderClassName
{
color: #AAD068;
}
.AnyTagClassName
{
color: #AAD068;
}
</style>
background-color css
<style>
a { background-color: #AAD068; }
a { background-color: rgb(170,208,104); }
div.DivClassName
{
background-color: #AAD068;
}
.BgClassName
{
background-color: #AAD068;
}
</style>
border-color css
<style>
span { border-color: #AAD068; }
span { border-color: rgb(170,208,104); }
td.TdClassName
{
border-color: #AAD068;
}
.TagClassName
{
border-color: #AAD068;
}
</style>