Shades of Conifer #AEE53C
Tints of Conifer #AEE53C
RGB
CMYK
RGB Variations
Color information
#AEE53C (or 0xAEE53C) is known color: Conifer. HEX triplet: AE, E5 and 3C. RGB value is (174,229,60). Sum of RGB (Red+Green+Blue) = 174+229+60=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE53C is #511AC3. Grayscale: #C1C1C1. Windows color (decimal): -5315268 or 3990958. OLE color: 3990958.
HSL color Cylindrical-coordinate representation of color #AEE53C: hue angle of 79.53º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEE53C is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 60 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.10 |
| HSL | 79.53º | 0.76% | 0.57% | - |
| HSV(B) | 79.53º | 0.74% | 0.9% | - |
| XYZ | 46.29 | 65.36 | 14.45 | - |
| YUV | 193.29 | 52.78 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 60 | 0.24 | 0 | 0.74 | 0.10 | 79.53 | 0.76 | 0.57 |
| Hex | AE | E5 | 3C | 18 | 0 | 4A | A | 50 | 4C | 39 |
| Octal | 256 | 345 | 74 | 30 | 0 | 112 | 12 | 120 | 114 | 71 |
| Binary | 10101110 | 11100101 | 111100 | 11000 | 0 | 1001010 | 1010 | 1010000 | 1001100 | 111001 |
Color Harmonies of #AEE53C
Complementary color
Monochromatic Colors of #AEE53C
Black with #AEE53C
Text Example
Text Example
White with #AEE53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE53C; }
p { color: rgb(174,229,60); }
H1.HeaderClassName
{
color: #AEE53C;
}
.AnyTagClassName
{
color: #AEE53C;
}
</style>
background-color css
<style>
a { background-color: #AEE53C; }
a { background-color: rgb(174,229,60); }
div.DivClassName
{
background-color: #AEE53C;
}
.BgClassName
{
background-color: #AEE53C;
}
</style>
border-color css
<style>
span { border-color: #AEE53C; }
span { border-color: rgb(174,229,60); }
td.TdClassName
{
border-color: #AEE53C;
}
.TagClassName
{
border-color: #AEE53C;
}
</style>