Shades of Conifer #AADF46
Tints of Conifer #AADF46
RGB
CMYK
RGB Variations
Color information
#AADF46 (or 0xAADF46) is known color: Conifer. HEX triplet: AA, DF and 46. RGB value is (170,223,70). Sum of RGB (Red+Green+Blue) = 170+223+70=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF46 is #5520B9. Grayscale: #BEBEBE. Windows color (decimal): -5578938 or 4644778. OLE color: 4644778.
HSL color Cylindrical-coordinate representation of color #AADF46: hue angle of 80.78º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AADF46 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 70 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.13 |
| HSL | 80.78º | 0.71% | 0.57% | - |
| HSV(B) | 80.78º | 0.69% | 0.87% | - |
| XYZ | 44.07 | 61.76 | 15.39 | - |
| YUV | 189.71 | 60.44 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 70 | 0.24 | 0 | 0.69 | 0.13 | 80.78 | 0.71 | 0.57 |
| Hex | AA | DF | 46 | 18 | 0 | 45 | D | 51 | 47 | 39 |
| Octal | 252 | 337 | 106 | 30 | 0 | 105 | 15 | 121 | 107 | 71 |
| Binary | 10101010 | 11011111 | 1000110 | 11000 | 0 | 1000101 | 1101 | 1010001 | 1000111 | 111001 |
Color Harmonies of #AADF46
Complementary color
Monochromatic Colors of #AADF46
Black with #AADF46
Text Example
Text Example
White with #AADF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF46; }
p { color: rgb(170,223,70); }
H1.HeaderClassName
{
color: #AADF46;
}
.AnyTagClassName
{
color: #AADF46;
}
</style>
background-color css
<style>
a { background-color: #AADF46; }
a { background-color: rgb(170,223,70); }
div.DivClassName
{
background-color: #AADF46;
}
.BgClassName
{
background-color: #AADF46;
}
</style>
border-color css
<style>
span { border-color: #AADF46; }
span { border-color: rgb(170,223,70); }
td.TdClassName
{
border-color: #AADF46;
}
.TagClassName
{
border-color: #AADF46;
}
</style>