Shades of Conifer #AAD067
Tints of Conifer #AAD067
RGB
CMYK
RGB Variations
Color information
#AAD067 (or 0xAAD067) is known color: Conifer. HEX triplet: AA, D0 and 67. RGB value is (170,208,103). Sum of RGB (Red+Green+Blue) = 170+208+103=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD067 is #552F98. Grayscale: #B9B9B9. Windows color (decimal): -5582745 or 6803626. OLE color: 6803626.
HSL color Cylindrical-coordinate representation of color #AAD067: hue angle of 81.71º 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 #AAD067 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 103 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.18 |
| HSL | 81.71º | 0.53% | 0.61% | - |
| HSV(B) | 81.71º | 0.5% | 0.82% | - |
| XYZ | 41.58 | 54.64 | 21.19 | - |
| YUV | 184.67 | 81.91 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 103 | 0.18 | 0 | 0.50 | 0.18 | 81.71 | 0.53 | 0.61 |
| Hex | AA | D0 | 67 | 12 | 0 | 32 | 12 | 52 | 35 | 3D |
| Octal | 252 | 320 | 147 | 22 | 0 | 62 | 22 | 122 | 65 | 75 |
| Binary | 10101010 | 11010000 | 1100111 | 10010 | 0 | 110010 | 10010 | 1010010 | 110101 | 111101 |
Color Harmonies of #AAD067
Complementary color
Monochromatic Colors of #AAD067
Black with #AAD067
Text Example
Text Example
White with #AAD067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD067; }
p { color: rgb(170,208,103); }
H1.HeaderClassName
{
color: #AAD067;
}
.AnyTagClassName
{
color: #AAD067;
}
</style>
background-color css
<style>
a { background-color: #AAD067; }
a { background-color: rgb(170,208,103); }
div.DivClassName
{
background-color: #AAD067;
}
.BgClassName
{
background-color: #AAD067;
}
</style>
border-color css
<style>
span { border-color: #AAD067; }
span { border-color: rgb(170,208,103); }
td.TdClassName
{
border-color: #AAD067;
}
.TagClassName
{
border-color: #AAD067;
}
</style>