Shades of Conifer #AAE34B
Tints of Conifer #AAE34B
RGB
CMYK
RGB Variations
Color information
#AAE34B (or 0xAAE34B) is known color: Conifer. HEX triplet: AA, E3 and 4B. RGB value is (170,227,75). Sum of RGB (Red+Green+Blue) = 170+227+75=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE34B is #551CB4. Grayscale: #C1C1C1. Windows color (decimal): -5577909 or 4973482. OLE color: 4973482.
HSL color Cylindrical-coordinate representation of color #AAE34B: hue angle of 82.5º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAE34B is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 75 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.11 |
| HSL | 82.5º | 0.73% | 0.59% | - |
| HSV(B) | 82.5º | 0.67% | 0.89% | - |
| XYZ | 45.32 | 63.99 | 16.62 | - |
| YUV | 192.63 | 61.62 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 75 | 0.25 | 0 | 0.67 | 0.11 | 82.5 | 0.73 | 0.59 |
| Hex | AA | E3 | 4B | 19 | 0 | 43 | B | 52 | 49 | 3B |
| Octal | 252 | 343 | 113 | 31 | 0 | 103 | 13 | 122 | 111 | 73 |
| Binary | 10101010 | 11100011 | 1001011 | 11001 | 0 | 1000011 | 1011 | 1010010 | 1001001 | 111011 |
Color Harmonies of #AAE34B
Complementary color
Monochromatic Colors of #AAE34B
Black with #AAE34B
Text Example
Text Example
White with #AAE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE34B; }
p { color: rgb(170,227,75); }
H1.HeaderClassName
{
color: #AAE34B;
}
.AnyTagClassName
{
color: #AAE34B;
}
</style>
background-color css
<style>
a { background-color: #AAE34B; }
a { background-color: rgb(170,227,75); }
div.DivClassName
{
background-color: #AAE34B;
}
.BgClassName
{
background-color: #AAE34B;
}
</style>
border-color css
<style>
span { border-color: #AAE34B; }
span { border-color: rgb(170,227,75); }
td.TdClassName
{
border-color: #AAE34B;
}
.TagClassName
{
border-color: #AAE34B;
}
</style>