Shades of Conifer #AEE353
Tints of Conifer #AEE353
RGB
CMYK
RGB Variations
Color information
#AEE353 (or 0xAEE353) is known color: Conifer. HEX triplet: AE, E3 and 53. RGB value is (174,227,83). Sum of RGB (Red+Green+Blue) = 174+227+83=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE353 is #511CAC. Grayscale: #C3C3C3. Windows color (decimal): -5315757 or 5497774. OLE color: 5497774.
HSL color Cylindrical-coordinate representation of color #AEE353: hue angle of 82.08º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEE353 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 227 | 83 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.11 |
| HSL | 82.08º | 0.72% | 0.61% | - |
| HSV(B) | 82.08º | 0.63% | 0.89% | - |
| XYZ | 46.49 | 64.56 | 18.2 | - |
| YUV | 194.74 | 64.94 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 227 | 83 | 0.23 | 0 | 0.63 | 0.11 | 82.08 | 0.72 | 0.61 |
| Hex | AE | E3 | 53 | 17 | 0 | 3F | B | 52 | 48 | 3D |
| Octal | 256 | 343 | 123 | 27 | 0 | 77 | 13 | 122 | 110 | 75 |
| Binary | 10101110 | 11100011 | 1010011 | 10111 | 0 | 111111 | 1011 | 1010010 | 1001000 | 111101 |
Color Harmonies of #AEE353
Complementary color
Monochromatic Colors of #AEE353
Black with #AEE353
Text Example
Text Example
White with #AEE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE353; }
p { color: rgb(174,227,83); }
H1.HeaderClassName
{
color: #AEE353;
}
.AnyTagClassName
{
color: #AEE353;
}
</style>
background-color css
<style>
a { background-color: #AEE353; }
a { background-color: rgb(174,227,83); }
div.DivClassName
{
background-color: #AEE353;
}
.BgClassName
{
background-color: #AEE353;
}
</style>
border-color css
<style>
span { border-color: #AEE353; }
span { border-color: rgb(174,227,83); }
td.TdClassName
{
border-color: #AEE353;
}
.TagClassName
{
border-color: #AEE353;
}
</style>