Shades of Conifer #AAE653
Tints of Conifer #AAE653
RGB
CMYK
RGB Variations
Color information
#AAE653 (or 0xAAE653) is known color: Conifer. HEX triplet: AA, E6 and 53. RGB value is (170,230,83). Sum of RGB (Red+Green+Blue) = 170+230+83=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE653 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE653 is #5519AC. Grayscale: #C3C3C3. Windows color (decimal): -5577133 or 5498538. OLE color: 5498538.
HSL color Cylindrical-coordinate representation of color #AAE653: hue angle of 84.49º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAE653 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 83 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.10 |
| HSL | 84.49º | 0.75% | 0.61% | - |
| HSV(B) | 84.49º | 0.64% | 0.9% | - |
| XYZ | 46.44 | 65.76 | 18.43 | - |
| YUV | 195.3 | 64.62 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 83 | 0.26 | 0 | 0.64 | 0.10 | 84.49 | 0.75 | 0.61 |
| Hex | AA | E6 | 53 | 1A | 0 | 40 | A | 54 | 4B | 3D |
| Octal | 252 | 346 | 123 | 32 | 0 | 100 | 12 | 124 | 113 | 75 |
| Binary | 10101010 | 11100110 | 1010011 | 11010 | 0 | 1000000 | 1010 | 1010100 | 1001011 | 111101 |
Color Harmonies of #AAE653
Complementary color
Monochromatic Colors of #AAE653
Black with #AAE653
Text Example
Text Example
White with #AAE653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE653; }
p { color: rgb(170,230,83); }
H1.HeaderClassName
{
color: #AAE653;
}
.AnyTagClassName
{
color: #AAE653;
}
</style>
background-color css
<style>
a { background-color: #AAE653; }
a { background-color: rgb(170,230,83); }
div.DivClassName
{
background-color: #AAE653;
}
.BgClassName
{
background-color: #AAE653;
}
</style>
border-color css
<style>
span { border-color: #AAE653; }
span { border-color: rgb(170,230,83); }
td.TdClassName
{
border-color: #AAE653;
}
.TagClassName
{
border-color: #AAE653;
}
</style>