Shades of Conifer #AEE84B
Tints of Conifer #AEE84B
RGB
CMYK
RGB Variations
Color information
#AEE84B (or 0xAEE84B) is known color: Conifer. HEX triplet: AE, E8 and 4B. RGB value is (174,232,75). Sum of RGB (Red+Green+Blue) = 174+232+75=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE84B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE84B is #5117B4. Grayscale: #C5C5C5. Windows color (decimal): -5314485 or 4974766. OLE color: 4974766.
HSL color Cylindrical-coordinate representation of color #AEE84B: hue angle of 82.17º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AEE84B is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 232 | 75 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.09 |
| HSL | 82.17º | 0.77% | 0.6% | - |
| HSV(B) | 82.17º | 0.68% | 0.91% | - |
| XYZ | 47.58 | 67.22 | 17.12 | - |
| YUV | 196.76 | 59.28 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 232 | 75 | 0.25 | 0 | 0.68 | 0.09 | 82.17 | 0.77 | 0.6 |
| Hex | AE | E8 | 4B | 19 | 0 | 44 | 9 | 52 | 4D | 3C |
| Octal | 256 | 350 | 113 | 31 | 0 | 104 | 11 | 122 | 115 | 74 |
| Binary | 10101110 | 11101000 | 1001011 | 11001 | 0 | 1000100 | 1001 | 1010010 | 1001101 | 111100 |
Color Harmonies of #AEE84B
Complementary color
Monochromatic Colors of #AEE84B
Black with #AEE84B
Text Example
Text Example
White with #AEE84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE84B; }
p { color: rgb(174,232,75); }
H1.HeaderClassName
{
color: #AEE84B;
}
.AnyTagClassName
{
color: #AEE84B;
}
</style>
background-color css
<style>
a { background-color: #AEE84B; }
a { background-color: rgb(174,232,75); }
div.DivClassName
{
background-color: #AEE84B;
}
.BgClassName
{
background-color: #AEE84B;
}
</style>
border-color css
<style>
span { border-color: #AEE84B; }
span { border-color: rgb(174,232,75); }
td.TdClassName
{
border-color: #AEE84B;
}
.TagClassName
{
border-color: #AEE84B;
}
</style>