Shades of Conifer #AADF53
Tints of Conifer #AADF53
RGB
CMYK
RGB Variations
Color information
#AADF53 (or 0xAADF53) is known color: Conifer. HEX triplet: AA, DF and 53. RGB value is (170,223,83). Sum of RGB (Red+Green+Blue) = 170+223+83=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF53 is #5520AC. Grayscale: #BFBFBF. Windows color (decimal): -5578925 or 5496746. OLE color: 5496746.
HSL color Cylindrical-coordinate representation of color #AADF53: hue angle of 82.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AADF53 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 83 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.13 |
| HSL | 82.71º | 0.69% | 0.6% | - |
| HSV(B) | 82.71º | 0.63% | 0.87% | - |
| XYZ | 44.53 | 61.95 | 17.79 | - |
| YUV | 191.19 | 66.94 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 83 | 0.24 | 0 | 0.63 | 0.13 | 82.71 | 0.69 | 0.6 |
| Hex | AA | DF | 53 | 18 | 0 | 3F | D | 53 | 45 | 3C |
| Octal | 252 | 337 | 123 | 30 | 0 | 77 | 15 | 123 | 105 | 74 |
| Binary | 10101010 | 11011111 | 1010011 | 11000 | 0 | 111111 | 1101 | 1010011 | 1000101 | 111100 |
Color Harmonies of #AADF53
Complementary color
Monochromatic Colors of #AADF53
Black with #AADF53
Text Example
Text Example
White with #AADF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF53; }
p { color: rgb(170,223,83); }
H1.HeaderClassName
{
color: #AADF53;
}
.AnyTagClassName
{
color: #AADF53;
}
</style>
background-color css
<style>
a { background-color: #AADF53; }
a { background-color: rgb(170,223,83); }
div.DivClassName
{
background-color: #AADF53;
}
.BgClassName
{
background-color: #AADF53;
}
</style>
border-color css
<style>
span { border-color: #AADF53; }
span { border-color: rgb(170,223,83); }
td.TdClassName
{
border-color: #AADF53;
}
.TagClassName
{
border-color: #AADF53;
}
</style>