Shades of Conifer #AAEA67
Tints of Conifer #AAEA67
RGB
CMYK
RGB Variations
Color information
#AAEA67 (or 0xAAEA67) is known color: Conifer. HEX triplet: AA, EA and 67. RGB value is (170,234,103). Sum of RGB (Red+Green+Blue) = 170+234+103=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 103 (40.62% from 255 or 20.32% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEA67 is #551598. Grayscale: #C8C8C8. Windows color (decimal): -5576089 or 6810282. OLE color: 6810282.
HSL color Cylindrical-coordinate representation of color #AAEA67: hue angle of 89.31º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAEA67 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 103 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.08 |
| HSL | 89.31º | 0.76% | 0.66% | - |
| HSV(B) | 89.31º | 0.56% | 0.92% | - |
| XYZ | 48.45 | 68.37 | 23.48 | - |
| YUV | 199.93 | 73.3 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 103 | 0.27 | 0 | 0.56 | 0.08 | 89.31 | 0.76 | 0.66 |
| Hex | AA | EA | 67 | 1B | 0 | 38 | 8 | 59 | 4C | 42 |
| Octal | 252 | 352 | 147 | 33 | 0 | 70 | 10 | 131 | 114 | 102 |
| Binary | 10101010 | 11101010 | 1100111 | 11011 | 0 | 111000 | 1000 | 1011001 | 1001100 | 1000010 |
Color Harmonies of #AAEA67
Complementary color
Monochromatic Colors of #AAEA67
Black with #AAEA67
Text Example
Text Example
White with #AAEA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEA67; }
p { color: rgb(170,234,103); }
H1.HeaderClassName
{
color: #AAEA67;
}
.AnyTagClassName
{
color: #AAEA67;
}
</style>
background-color css
<style>
a { background-color: #AAEA67; }
a { background-color: rgb(170,234,103); }
div.DivClassName
{
background-color: #AAEA67;
}
.BgClassName
{
background-color: #AAEA67;
}
</style>
border-color css
<style>
span { border-color: #AAEA67; }
span { border-color: rgb(170,234,103); }
td.TdClassName
{
border-color: #AAEA67;
}
.TagClassName
{
border-color: #AAEA67;
}
</style>