Shades of Conifer #AEE352
Tints of Conifer #AEE352
RGB
CMYK
RGB Variations
Color information
#AEE352 (or 0xAEE352) is known color: Conifer. HEX triplet: AE, E3 and 52. RGB value is (174,227,82). Sum of RGB (Red+Green+Blue) = 174+227+82=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE352 is #511CAD. Grayscale: #C3C3C3. Windows color (decimal): -5315758 or 5432238. OLE color: 5432238.
HSL color Cylindrical-coordinate representation of color #AEE352: hue angle of 81.93º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEE352 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 227 | 82 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.11 |
| HSL | 81.93º | 0.72% | 0.61% | - |
| HSV(B) | 81.93º | 0.64% | 0.89% | - |
| XYZ | 46.45 | 64.55 | 17.99 | - |
| YUV | 194.62 | 64.44 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 227 | 82 | 0.23 | 0 | 0.64 | 0.11 | 81.93 | 0.72 | 0.61 |
| Hex | AE | E3 | 52 | 17 | 0 | 40 | B | 52 | 48 | 3D |
| Octal | 256 | 343 | 122 | 27 | 0 | 100 | 13 | 122 | 110 | 75 |
| Binary | 10101110 | 11100011 | 1010010 | 10111 | 0 | 1000000 | 1011 | 1010010 | 1001000 | 111101 |
Color Harmonies of #AEE352
Complementary color
Monochromatic Colors of #AEE352
Black with #AEE352
Text Example
Text Example
White with #AEE352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE352; }
p { color: rgb(174,227,82); }
H1.HeaderClassName
{
color: #AEE352;
}
.AnyTagClassName
{
color: #AEE352;
}
</style>
background-color css
<style>
a { background-color: #AEE352; }
a { background-color: rgb(174,227,82); }
div.DivClassName
{
background-color: #AEE352;
}
.BgClassName
{
background-color: #AEE352;
}
</style>
border-color css
<style>
span { border-color: #AEE352; }
span { border-color: rgb(174,227,82); }
td.TdClassName
{
border-color: #AEE352;
}
.TagClassName
{
border-color: #AEE352;
}
</style>