Shades of Conifer #AAD467
Tints of Conifer #AAD467
RGB
CMYK
RGB Variations
Color information
#AAD467 (or 0xAAD467) is known color: Conifer. HEX triplet: AA, D4 and 67. RGB value is (170,212,103). Sum of RGB (Red+Green+Blue) = 170+212+103=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD467 is #552B98. Grayscale: #BBBBBB. Windows color (decimal): -5581721 or 6804650. OLE color: 6804650.
HSL color Cylindrical-coordinate representation of color #AAD467: hue angle of 83.12º degrees, saturation: 0.56, 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 #AAD467 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 103 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.17 |
| HSL | 83.12º | 0.56% | 0.62% | - |
| HSV(B) | 83.12º | 0.51% | 0.83% | - |
| XYZ | 42.57 | 56.61 | 21.52 | - |
| YUV | 187.02 | 80.59 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 103 | 0.20 | 0 | 0.51 | 0.17 | 83.12 | 0.56 | 0.62 |
| Hex | AA | D4 | 67 | 14 | 0 | 33 | 11 | 53 | 38 | 3E |
| Octal | 252 | 324 | 147 | 24 | 0 | 63 | 21 | 123 | 70 | 76 |
| Binary | 10101010 | 11010100 | 1100111 | 10100 | 0 | 110011 | 10001 | 1010011 | 111000 | 111110 |
Color Harmonies of #AAD467
Complementary color
Monochromatic Colors of #AAD467
Black with #AAD467
Text Example
Text Example
White with #AAD467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD467; }
p { color: rgb(170,212,103); }
H1.HeaderClassName
{
color: #AAD467;
}
.AnyTagClassName
{
color: #AAD467;
}
</style>
background-color css
<style>
a { background-color: #AAD467; }
a { background-color: rgb(170,212,103); }
div.DivClassName
{
background-color: #AAD467;
}
.BgClassName
{
background-color: #AAD467;
}
</style>
border-color css
<style>
span { border-color: #AAD467; }
span { border-color: rgb(170,212,103); }
td.TdClassName
{
border-color: #AAD467;
}
.TagClassName
{
border-color: #AAD467;
}
</style>