Shades of Conifer #AAE35C
Tints of Conifer #AAE35C
RGB
CMYK
RGB Variations
Color information
#AAE35C (or 0xAAE35C) is known color: Conifer. HEX triplet: AA, E3 and 5C. RGB value is (170,227,92). Sum of RGB (Red+Green+Blue) = 170+227+92=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE35C is #551CA3. Grayscale: #C3C3C3. Windows color (decimal): -5577892 or 6087594. OLE color: 6087594.
HSL color Cylindrical-coordinate representation of color #AAE35C: hue angle of 85.33º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAE35C is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 92 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.11 |
| HSL | 85.33º | 0.71% | 0.63% | - |
| HSV(B) | 85.33º | 0.59% | 0.89% | - |
| XYZ | 45.98 | 64.26 | 20.1 | - |
| YUV | 194.57 | 70.12 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 92 | 0.25 | 0 | 0.59 | 0.11 | 85.33 | 0.71 | 0.63 |
| Hex | AA | E3 | 5C | 19 | 0 | 3B | B | 55 | 47 | 3F |
| Octal | 252 | 343 | 134 | 31 | 0 | 73 | 13 | 125 | 107 | 77 |
| Binary | 10101010 | 11100011 | 1011100 | 11001 | 0 | 111011 | 1011 | 1010101 | 1000111 | 111111 |
Color Harmonies of #AAE35C
Complementary color
Monochromatic Colors of #AAE35C
Black with #AAE35C
Text Example
Text Example
White with #AAE35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE35C; }
p { color: rgb(170,227,92); }
H1.HeaderClassName
{
color: #AAE35C;
}
.AnyTagClassName
{
color: #AAE35C;
}
</style>
background-color css
<style>
a { background-color: #AAE35C; }
a { background-color: rgb(170,227,92); }
div.DivClassName
{
background-color: #AAE35C;
}
.BgClassName
{
background-color: #AAE35C;
}
</style>
border-color css
<style>
span { border-color: #AAE35C; }
span { border-color: rgb(170,227,92); }
td.TdClassName
{
border-color: #AAE35C;
}
.TagClassName
{
border-color: #AAE35C;
}
</style>