Shades of Conifer #AADF64
Tints of Conifer #AADF64
RGB
CMYK
RGB Variations
Color information
#AADF64 (or 0xAADF64) is known color: Conifer. HEX triplet: AA, DF and 64. RGB value is (170,223,100). Sum of RGB (Red+Green+Blue) = 170+223+100=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF64 is #55209B. Grayscale: #C1C1C1. Windows color (decimal): -5578908 or 6610858. OLE color: 6610858.
HSL color Cylindrical-coordinate representation of color #AADF64: hue angle of 85.85º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AADF64 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 100 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.13 |
| HSL | 85.85º | 0.66% | 0.63% | - |
| HSV(B) | 85.85º | 0.55% | 0.87% | - |
| XYZ | 45.27 | 62.24 | 21.68 | - |
| YUV | 193.13 | 75.44 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 100 | 0.24 | 0 | 0.55 | 0.13 | 85.85 | 0.66 | 0.63 |
| Hex | AA | DF | 64 | 18 | 0 | 37 | D | 56 | 42 | 3F |
| Octal | 252 | 337 | 144 | 30 | 0 | 67 | 15 | 126 | 102 | 77 |
| Binary | 10101010 | 11011111 | 1100100 | 11000 | 0 | 110111 | 1101 | 1010110 | 1000010 | 111111 |
Color Harmonies of #AADF64
Complementary color
Monochromatic Colors of #AADF64
Black with #AADF64
Text Example
Text Example
White with #AADF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF64; }
p { color: rgb(170,223,100); }
H1.HeaderClassName
{
color: #AADF64;
}
.AnyTagClassName
{
color: #AADF64;
}
</style>
background-color css
<style>
a { background-color: #AADF64; }
a { background-color: rgb(170,223,100); }
div.DivClassName
{
background-color: #AADF64;
}
.BgClassName
{
background-color: #AADF64;
}
</style>
border-color css
<style>
span { border-color: #AADF64; }
span { border-color: rgb(170,223,100); }
td.TdClassName
{
border-color: #AADF64;
}
.TagClassName
{
border-color: #AADF64;
}
</style>