Shades of Conifer #AEE53D
Tints of Conifer #AEE53D
RGB
CMYK
RGB Variations
Color information
#AEE53D (or 0xAEE53D) is known color: Conifer. HEX triplet: AE, E5 and 3D. RGB value is (174,229,61). Sum of RGB (Red+Green+Blue) = 174+229+61=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE53D is #511AC2. Grayscale: #C2C2C2. Windows color (decimal): -5315267 or 4056494. OLE color: 4056494.
HSL color Cylindrical-coordinate representation of color #AEE53D: hue angle of 79.64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEE53D is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 61 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.10 |
| HSL | 79.64º | 0.76% | 0.57% | - |
| HSV(B) | 79.64º | 0.73% | 0.9% | - |
| XYZ | 46.32 | 65.37 | 14.59 | - |
| YUV | 193.4 | 53.28 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 61 | 0.24 | 0 | 0.73 | 0.10 | 79.64 | 0.76 | 0.57 |
| Hex | AE | E5 | 3D | 18 | 0 | 49 | A | 50 | 4C | 39 |
| Octal | 256 | 345 | 75 | 30 | 0 | 111 | 12 | 120 | 114 | 71 |
| Binary | 10101110 | 11100101 | 111101 | 11000 | 0 | 1001001 | 1010 | 1010000 | 1001100 | 111001 |
Color Harmonies of #AEE53D
Complementary color
Monochromatic Colors of #AEE53D
Black with #AEE53D
Text Example
Text Example
White with #AEE53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE53D; }
p { color: rgb(174,229,61); }
H1.HeaderClassName
{
color: #AEE53D;
}
.AnyTagClassName
{
color: #AEE53D;
}
</style>
background-color css
<style>
a { background-color: #AEE53D; }
a { background-color: rgb(174,229,61); }
div.DivClassName
{
background-color: #AEE53D;
}
.BgClassName
{
background-color: #AEE53D;
}
</style>
border-color css
<style>
span { border-color: #AEE53D; }
span { border-color: rgb(174,229,61); }
td.TdClassName
{
border-color: #AEE53D;
}
.TagClassName
{
border-color: #AEE53D;
}
</style>