Shades of Conifer #AADF65
Tints of Conifer #AADF65
RGB
CMYK
RGB Variations
Color information
#AADF65 (or 0xAADF65) is known color: Conifer. HEX triplet: AA, DF and 65. RGB value is (170,223,101). Sum of RGB (Red+Green+Blue) = 170+223+101=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF65 is #55209A. Grayscale: #C1C1C1. Windows color (decimal): -5578907 or 6676394. OLE color: 6676394.
HSL color Cylindrical-coordinate representation of color #AADF65: hue angle of 86.07º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AADF65 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 101 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.13 |
| HSL | 86.07º | 0.66% | 0.64% | - |
| HSV(B) | 86.07º | 0.55% | 0.87% | - |
| XYZ | 45.31 | 62.26 | 21.94 | - |
| YUV | 193.25 | 75.94 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 101 | 0.24 | 0 | 0.55 | 0.13 | 86.07 | 0.66 | 0.64 |
| Hex | AA | DF | 65 | 18 | 0 | 37 | D | 56 | 42 | 40 |
| Octal | 252 | 337 | 145 | 30 | 0 | 67 | 15 | 126 | 102 | 100 |
| Binary | 10101010 | 11011111 | 1100101 | 11000 | 0 | 110111 | 1101 | 1010110 | 1000010 | 1000000 |
Color Harmonies of #AADF65
Complementary color
Monochromatic Colors of #AADF65
Black with #AADF65
Text Example
Text Example
White with #AADF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF65; }
p { color: rgb(170,223,101); }
H1.HeaderClassName
{
color: #AADF65;
}
.AnyTagClassName
{
color: #AADF65;
}
</style>
background-color css
<style>
a { background-color: #AADF65; }
a { background-color: rgb(170,223,101); }
div.DivClassName
{
background-color: #AADF65;
}
.BgClassName
{
background-color: #AADF65;
}
</style>
border-color css
<style>
span { border-color: #AADF65; }
span { border-color: rgb(170,223,101); }
td.TdClassName
{
border-color: #AADF65;
}
.TagClassName
{
border-color: #AADF65;
}
</style>