Shades of Conifer #AADF59
Tints of Conifer #AADF59
RGB
CMYK
RGB Variations
Color information
#AADF59 (or 0xAADF59) is known color: Conifer. HEX triplet: AA, DF and 59. RGB value is (170,223,89). Sum of RGB (Red+Green+Blue) = 170+223+89=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF59 is #5520A6. Grayscale: #C0C0C0. Windows color (decimal): -5578919 or 5889962. OLE color: 5889962.
HSL color Cylindrical-coordinate representation of color #AADF59: hue angle of 83.73º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AADF59 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 89 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.13 |
| HSL | 83.73º | 0.68% | 0.61% | - |
| HSV(B) | 83.73º | 0.6% | 0.87% | - |
| XYZ | 44.77 | 62.04 | 19.07 | - |
| YUV | 191.88 | 69.94 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 89 | 0.24 | 0 | 0.60 | 0.13 | 83.73 | 0.68 | 0.61 |
| Hex | AA | DF | 59 | 18 | 0 | 3C | D | 54 | 44 | 3D |
| Octal | 252 | 337 | 131 | 30 | 0 | 74 | 15 | 124 | 104 | 75 |
| Binary | 10101010 | 11011111 | 1011001 | 11000 | 0 | 111100 | 1101 | 1010100 | 1000100 | 111101 |
Color Harmonies of #AADF59
Complementary color
Monochromatic Colors of #AADF59
Black with #AADF59
Text Example
Text Example
White with #AADF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF59; }
p { color: rgb(170,223,89); }
H1.HeaderClassName
{
color: #AADF59;
}
.AnyTagClassName
{
color: #AADF59;
}
</style>
background-color css
<style>
a { background-color: #AADF59; }
a { background-color: rgb(170,223,89); }
div.DivClassName
{
background-color: #AADF59;
}
.BgClassName
{
background-color: #AADF59;
}
</style>
border-color css
<style>
span { border-color: #AADF59; }
span { border-color: rgb(170,223,89); }
td.TdClassName
{
border-color: #AADF59;
}
.TagClassName
{
border-color: #AADF59;
}
</style>