Shades of Conifer #AADF68
Tints of Conifer #AADF68
RGB
CMYK
RGB Variations
Color information
#AADF68 (or 0xAADF68) is known color: Conifer. HEX triplet: AA, DF and 68. RGB value is (170,223,104). Sum of RGB (Red+Green+Blue) = 170+223+104=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF68 is #552097. Grayscale: #C2C2C2. Windows color (decimal): -5578904 or 6873002. OLE color: 6873002.
HSL color Cylindrical-coordinate representation of color #AADF68: hue angle of 86.72º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AADF68 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 104 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.13 |
| HSL | 86.72º | 0.65% | 0.64% | - |
| HSV(B) | 86.72º | 0.53% | 0.87% | - |
| XYZ | 45.46 | 62.32 | 22.73 | - |
| YUV | 193.59 | 77.44 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 104 | 0.24 | 0 | 0.53 | 0.13 | 86.72 | 0.65 | 0.64 |
| Hex | AA | DF | 68 | 18 | 0 | 35 | D | 57 | 41 | 40 |
| Octal | 252 | 337 | 150 | 30 | 0 | 65 | 15 | 127 | 101 | 100 |
| Binary | 10101010 | 11011111 | 1101000 | 11000 | 0 | 110101 | 1101 | 1010111 | 1000001 | 1000000 |
Color Harmonies of #AADF68
Complementary color
Monochromatic Colors of #AADF68
Black with #AADF68
Text Example
Text Example
White with #AADF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF68; }
p { color: rgb(170,223,104); }
H1.HeaderClassName
{
color: #AADF68;
}
.AnyTagClassName
{
color: #AADF68;
}
</style>
background-color css
<style>
a { background-color: #AADF68; }
a { background-color: rgb(170,223,104); }
div.DivClassName
{
background-color: #AADF68;
}
.BgClassName
{
background-color: #AADF68;
}
</style>
border-color css
<style>
span { border-color: #AADF68; }
span { border-color: rgb(170,223,104); }
td.TdClassName
{
border-color: #AADF68;
}
.TagClassName
{
border-color: #AADF68;
}
</style>