Shades of Conifer #AACE50
Tints of Conifer #AACE50
RGB
CMYK
RGB Variations
Color information
#AACE50 (or 0xAACE50) is known color: Conifer. HEX triplet: AA, CE and 50. RGB value is (170,206,80). Sum of RGB (Red+Green+Blue) = 170+206+80=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACE50 is #5531AF. Grayscale: #B5B5B5. Windows color (decimal): -5583280 or 5295786. OLE color: 5295786.
HSL color Cylindrical-coordinate representation of color #AACE50: hue angle of 77.14º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AACE50 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 80 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.19 |
| HSL | 77.14º | 0.56% | 0.56% | - |
| HSV(B) | 77.14º | 0.61% | 0.81% | - |
| XYZ | 40.1 | 53.27 | 15.76 | - |
| YUV | 180.87 | 71.07 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 80 | 0.17 | 0 | 0.61 | 0.19 | 77.14 | 0.56 | 0.56 |
| Hex | AA | CE | 50 | 11 | 0 | 3D | 13 | 4D | 38 | 38 |
| Octal | 252 | 316 | 120 | 21 | 0 | 75 | 23 | 115 | 70 | 70 |
| Binary | 10101010 | 11001110 | 1010000 | 10001 | 0 | 111101 | 10011 | 1001101 | 111000 | 111000 |
Color Harmonies of #AACE50
Complementary color
Monochromatic Colors of #AACE50
Black with #AACE50
Text Example
Text Example
White with #AACE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACE50; }
p { color: rgb(170,206,80); }
H1.HeaderClassName
{
color: #AACE50;
}
.AnyTagClassName
{
color: #AACE50;
}
</style>
background-color css
<style>
a { background-color: #AACE50; }
a { background-color: rgb(170,206,80); }
div.DivClassName
{
background-color: #AACE50;
}
.BgClassName
{
background-color: #AACE50;
}
</style>
border-color css
<style>
span { border-color: #AACE50; }
span { border-color: rgb(170,206,80); }
td.TdClassName
{
border-color: #AACE50;
}
.TagClassName
{
border-color: #AACE50;
}
</style>