Shades of Conifer #AADA63
Tints of Conifer #AADA63
RGB
CMYK
RGB Variations
Color information
#AADA63 (or 0xAADA63) is known color: Conifer. HEX triplet: AA, DA and 63. RGB value is (170,218,99). Sum of RGB (Red+Green+Blue) = 170+218+99=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA63 is #55259C. Grayscale: #BEBEBE. Windows color (decimal): -5580189 or 6544042. OLE color: 6544042.
HSL color Cylindrical-coordinate representation of color #AADA63: hue angle of 84.2º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AADA63 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 99 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.15 |
| HSL | 84.2º | 0.62% | 0.62% | - |
| HSV(B) | 84.2º | 0.55% | 0.85% | - |
| XYZ | 43.9 | 59.59 | 20.99 | - |
| YUV | 190.08 | 76.6 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 99 | 0.22 | 0 | 0.55 | 0.15 | 84.2 | 0.62 | 0.62 |
| Hex | AA | DA | 63 | 16 | 0 | 37 | F | 54 | 3E | 3E |
| Octal | 252 | 332 | 143 | 26 | 0 | 67 | 17 | 124 | 76 | 76 |
| Binary | 10101010 | 11011010 | 1100011 | 10110 | 0 | 110111 | 1111 | 1010100 | 111110 | 111110 |
Color Harmonies of #AADA63
Complementary color
Monochromatic Colors of #AADA63
Black with #AADA63
Text Example
Text Example
White with #AADA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA63; }
p { color: rgb(170,218,99); }
H1.HeaderClassName
{
color: #AADA63;
}
.AnyTagClassName
{
color: #AADA63;
}
</style>
background-color css
<style>
a { background-color: #AADA63; }
a { background-color: rgb(170,218,99); }
div.DivClassName
{
background-color: #AADA63;
}
.BgClassName
{
background-color: #AADA63;
}
</style>
border-color css
<style>
span { border-color: #AADA63; }
span { border-color: rgb(170,218,99); }
td.TdClassName
{
border-color: #AADA63;
}
.TagClassName
{
border-color: #AADA63;
}
</style>