Shades of Conifer #AEEB40
Tints of Conifer #AEEB40
RGB
CMYK
RGB Variations
Color information
#AEEB40 (or 0xAEEB40) is known color: Conifer. HEX triplet: AE, EB and 40. RGB value is (174,235,64). Sum of RGB (Red+Green+Blue) = 174+235+64=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEB40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEB40 is #5114BF. Grayscale: #C5C5C5. Windows color (decimal): -5313728 or 4254638. OLE color: 4254638.
HSL color Cylindrical-coordinate representation of color #AEEB40: hue angle of 81.4º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEEB40 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 235 | 64 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.08 |
| HSL | 81.4º | 0.81% | 0.59% | - |
| HSV(B) | 81.4º | 0.73% | 0.92% | - |
| XYZ | 48.09 | 68.79 | 15.59 | - |
| YUV | 197.27 | 52.79 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 235 | 64 | 0.26 | 0 | 0.73 | 0.08 | 81.4 | 0.81 | 0.59 |
| Hex | AE | EB | 40 | 1A | 0 | 49 | 8 | 51 | 51 | 3B |
| Octal | 256 | 353 | 100 | 32 | 0 | 111 | 10 | 121 | 121 | 73 |
| Binary | 10101110 | 11101011 | 1000000 | 11010 | 0 | 1001001 | 1000 | 1010001 | 1010001 | 111011 |
Color Harmonies of #AEEB40
Complementary color
Monochromatic Colors of #AEEB40
Black with #AEEB40
Text Example
Text Example
White with #AEEB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEB40; }
p { color: rgb(174,235,64); }
H1.HeaderClassName
{
color: #AEEB40;
}
.AnyTagClassName
{
color: #AEEB40;
}
</style>
background-color css
<style>
a { background-color: #AEEB40; }
a { background-color: rgb(174,235,64); }
div.DivClassName
{
background-color: #AEEB40;
}
.BgClassName
{
background-color: #AEEB40;
}
</style>
border-color css
<style>
span { border-color: #AEEB40; }
span { border-color: rgb(174,235,64); }
td.TdClassName
{
border-color: #AEEB40;
}
.TagClassName
{
border-color: #AEEB40;
}
</style>