Shades of Conifer #AAEA6B
Tints of Conifer #AAEA6B
RGB
CMYK
RGB Variations
Color information
#AAEA6B (or 0xAAEA6B) is known color: Conifer. HEX triplet: AA, EA and 6B. RGB value is (170,234,107). Sum of RGB (Red+Green+Blue) = 170+234+107=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEA6B is #551594. Grayscale: #C8C8C8. Windows color (decimal): -5576085 or 7072426. OLE color: 7072426.
HSL color Cylindrical-coordinate representation of color #AAEA6B: hue angle of 90.24º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAEA6B is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 107 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.08 |
| HSL | 90.24º | 0.75% | 0.67% | - |
| HSV(B) | 90.24º | 0.54% | 0.92% | - |
| XYZ | 48.65 | 68.45 | 24.56 | - |
| YUV | 200.39 | 75.3 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 107 | 0.27 | 0 | 0.54 | 0.08 | 90.24 | 0.75 | 0.67 |
| Hex | AA | EA | 6B | 1B | 0 | 36 | 8 | 5A | 4B | 43 |
| Octal | 252 | 352 | 153 | 33 | 0 | 66 | 10 | 132 | 113 | 103 |
| Binary | 10101010 | 11101010 | 1101011 | 11011 | 0 | 110110 | 1000 | 1011010 | 1001011 | 1000011 |
Color Harmonies of #AAEA6B
Complementary color
Monochromatic Colors of #AAEA6B
Black with #AAEA6B
Text Example
Text Example
White with #AAEA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEA6B; }
p { color: rgb(170,234,107); }
H1.HeaderClassName
{
color: #AAEA6B;
}
.AnyTagClassName
{
color: #AAEA6B;
}
</style>
background-color css
<style>
a { background-color: #AAEA6B; }
a { background-color: rgb(170,234,107); }
div.DivClassName
{
background-color: #AAEA6B;
}
.BgClassName
{
background-color: #AAEA6B;
}
</style>
border-color css
<style>
span { border-color: #AAEA6B; }
span { border-color: rgb(170,234,107); }
td.TdClassName
{
border-color: #AAEA6B;
}
.TagClassName
{
border-color: #AAEA6B;
}
</style>