Shades of Conifer #AAD267
Tints of Conifer #AAD267
RGB
CMYK
RGB Variations
Color information
#AAD267 (or 0xAAD267) is known color: Conifer. HEX triplet: AA, D2 and 67. RGB value is (170,210,103). Sum of RGB (Red+Green+Blue) = 170+210+103=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD267 is #552D98. Grayscale: #BABABA. Windows color (decimal): -5582233 or 6804138. OLE color: 6804138.
HSL color Cylindrical-coordinate representation of color #AAD267: hue angle of 82.43º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAD267 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 103 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.18 |
| HSL | 82.43º | 0.54% | 0.61% | - |
| HSV(B) | 82.43º | 0.51% | 0.82% | - |
| XYZ | 42.07 | 55.62 | 21.35 | - |
| YUV | 185.84 | 81.25 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 103 | 0.19 | 0 | 0.51 | 0.18 | 82.43 | 0.54 | 0.61 |
| Hex | AA | D2 | 67 | 13 | 0 | 33 | 12 | 52 | 36 | 3D |
| Octal | 252 | 322 | 147 | 23 | 0 | 63 | 22 | 122 | 66 | 75 |
| Binary | 10101010 | 11010010 | 1100111 | 10011 | 0 | 110011 | 10010 | 1010010 | 110110 | 111101 |
Color Harmonies of #AAD267
Complementary color
Monochromatic Colors of #AAD267
Black with #AAD267
Text Example
Text Example
White with #AAD267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD267; }
p { color: rgb(170,210,103); }
H1.HeaderClassName
{
color: #AAD267;
}
.AnyTagClassName
{
color: #AAD267;
}
</style>
background-color css
<style>
a { background-color: #AAD267; }
a { background-color: rgb(170,210,103); }
div.DivClassName
{
background-color: #AAD267;
}
.BgClassName
{
background-color: #AAD267;
}
</style>
border-color css
<style>
span { border-color: #AAD267; }
span { border-color: rgb(170,210,103); }
td.TdClassName
{
border-color: #AAD267;
}
.TagClassName
{
border-color: #AAD267;
}
</style>