Shades of Conifer #AAE23F
Tints of Conifer #AAE23F
RGB
CMYK
RGB Variations
Color information
#AAE23F (or 0xAAE23F) is known color: Conifer. HEX triplet: AA, E2 and 3F. RGB value is (170,226,63). Sum of RGB (Red+Green+Blue) = 170+226+63=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE23F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE23F is #551DC0. Grayscale: #BFBFBF. Windows color (decimal): -5578177 or 4186794. OLE color: 4186794.
HSL color Cylindrical-coordinate representation of color #AAE23F: hue angle of 80.61º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAE23F is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 63 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.11 |
| HSL | 80.61º | 0.74% | 0.57% | - |
| HSV(B) | 80.61º | 0.72% | 0.89% | - |
| XYZ | 44.67 | 63.3 | 14.57 | - |
| YUV | 190.67 | 55.95 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 63 | 0.25 | 0 | 0.72 | 0.11 | 80.61 | 0.74 | 0.57 |
| Hex | AA | E2 | 3F | 19 | 0 | 48 | B | 51 | 4A | 39 |
| Octal | 252 | 342 | 77 | 31 | 0 | 110 | 13 | 121 | 112 | 71 |
| Binary | 10101010 | 11100010 | 111111 | 11001 | 0 | 1001000 | 1011 | 1010001 | 1001010 | 111001 |
Color Harmonies of #AAE23F
Complementary color
Monochromatic Colors of #AAE23F
Black with #AAE23F
Text Example
Text Example
White with #AAE23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE23F; }
p { color: rgb(170,226,63); }
H1.HeaderClassName
{
color: #AAE23F;
}
.AnyTagClassName
{
color: #AAE23F;
}
</style>
background-color css
<style>
a { background-color: #AAE23F; }
a { background-color: rgb(170,226,63); }
div.DivClassName
{
background-color: #AAE23F;
}
.BgClassName
{
background-color: #AAE23F;
}
</style>
border-color css
<style>
span { border-color: #AAE23F; }
span { border-color: rgb(170,226,63); }
td.TdClassName
{
border-color: #AAE23F;
}
.TagClassName
{
border-color: #AAE23F;
}
</style>