Shades of Conifer #AADF4A
Tints of Conifer #AADF4A
RGB
CMYK
RGB Variations
Color information
#AADF4A (or 0xAADF4A) is known color: Conifer. HEX triplet: AA, DF and 4A. RGB value is (170,223,74). Sum of RGB (Red+Green+Blue) = 170+223+74=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF4A is #5520B5. Grayscale: #BEBEBE. Windows color (decimal): -5578934 or 4906922. OLE color: 4906922.
HSL color Cylindrical-coordinate representation of color #AADF4A: hue angle of 81.34º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AADF4A is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 74 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.13 |
| HSL | 81.34º | 0.7% | 0.58% | - |
| HSV(B) | 81.34º | 0.67% | 0.87% | - |
| XYZ | 44.2 | 61.82 | 16.08 | - |
| YUV | 190.17 | 62.44 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 74 | 0.24 | 0 | 0.67 | 0.13 | 81.34 | 0.7 | 0.58 |
| Hex | AA | DF | 4A | 18 | 0 | 43 | D | 51 | 46 | 3A |
| Octal | 252 | 337 | 112 | 30 | 0 | 103 | 15 | 121 | 106 | 72 |
| Binary | 10101010 | 11011111 | 1001010 | 11000 | 0 | 1000011 | 1101 | 1010001 | 1000110 | 111010 |
Color Harmonies of #AADF4A
Complementary color
Monochromatic Colors of #AADF4A
Black with #AADF4A
Text Example
Text Example
White with #AADF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF4A; }
p { color: rgb(170,223,74); }
H1.HeaderClassName
{
color: #AADF4A;
}
.AnyTagClassName
{
color: #AADF4A;
}
</style>
background-color css
<style>
a { background-color: #AADF4A; }
a { background-color: rgb(170,223,74); }
div.DivClassName
{
background-color: #AADF4A;
}
.BgClassName
{
background-color: #AADF4A;
}
</style>
border-color css
<style>
span { border-color: #AADF4A; }
span { border-color: rgb(170,223,74); }
td.TdClassName
{
border-color: #AADF4A;
}
.TagClassName
{
border-color: #AADF4A;
}
</style>