Shades of Conifer #AEEB50
Tints of Conifer #AEEB50
RGB
CMYK
RGB Variations
Color information
#AEEB50 (or 0xAEEB50) is known color: Conifer. HEX triplet: AE, EB and 50. RGB value is (174,235,80). Sum of RGB (Red+Green+Blue) = 174+235+80=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEB50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEB50 is #5114AF. Grayscale: #C7C7C7. Windows color (decimal): -5313712 or 5303214. OLE color: 5303214.
HSL color Cylindrical-coordinate representation of color #AEEB50: hue angle of 83.61º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEEB50 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 235 | 80 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.08 |
| HSL | 83.61º | 0.79% | 0.62% | - |
| HSV(B) | 83.61º | 0.66% | 0.92% | - |
| XYZ | 48.61 | 68.99 | 18.34 | - |
| YUV | 199.09 | 60.79 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 235 | 80 | 0.26 | 0 | 0.66 | 0.08 | 83.61 | 0.79 | 0.62 |
| Hex | AE | EB | 50 | 1A | 0 | 42 | 8 | 54 | 4F | 3E |
| Octal | 256 | 353 | 120 | 32 | 0 | 102 | 10 | 124 | 117 | 76 |
| Binary | 10101110 | 11101011 | 1010000 | 11010 | 0 | 1000010 | 1000 | 1010100 | 1001111 | 111110 |
Color Harmonies of #AEEB50
Complementary color
Monochromatic Colors of #AEEB50
Black with #AEEB50
Text Example
Text Example
White with #AEEB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEB50; }
p { color: rgb(174,235,80); }
H1.HeaderClassName
{
color: #AEEB50;
}
.AnyTagClassName
{
color: #AEEB50;
}
</style>
background-color css
<style>
a { background-color: #AEEB50; }
a { background-color: rgb(174,235,80); }
div.DivClassName
{
background-color: #AEEB50;
}
.BgClassName
{
background-color: #AEEB50;
}
</style>
border-color css
<style>
span { border-color: #AEEB50; }
span { border-color: rgb(174,235,80); }
td.TdClassName
{
border-color: #AEEB50;
}
.TagClassName
{
border-color: #AEEB50;
}
</style>