Shades of Conifer #AEE64D
Tints of Conifer #AEE64D
RGB
CMYK
RGB Variations
Color information
#AEE64D (or 0xAEE64D) is known color: Conifer. HEX triplet: AE, E6 and 4D. RGB value is (174,230,77). Sum of RGB (Red+Green+Blue) = 174+230+77=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE64D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE64D is #5119B2. Grayscale: #C4C4C4. Windows color (decimal): -5314995 or 5105326. OLE color: 5105326.
HSL color Cylindrical-coordinate representation of color #AEE64D: hue angle of 81.96º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEE64D is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 230 | 77 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.10 |
| HSL | 81.96º | 0.75% | 0.6% | - |
| HSV(B) | 81.96º | 0.67% | 0.9% | - |
| XYZ | 47.09 | 66.13 | 17.3 | - |
| YUV | 195.81 | 60.95 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 230 | 77 | 0.24 | 0 | 0.67 | 0.10 | 81.96 | 0.75 | 0.6 |
| Hex | AE | E6 | 4D | 18 | 0 | 43 | A | 52 | 4B | 3C |
| Octal | 256 | 346 | 115 | 30 | 0 | 103 | 12 | 122 | 113 | 74 |
| Binary | 10101110 | 11100110 | 1001101 | 11000 | 0 | 1000011 | 1010 | 1010010 | 1001011 | 111100 |
Color Harmonies of #AEE64D
Complementary color
Monochromatic Colors of #AEE64D
Black with #AEE64D
Text Example
Text Example
White with #AEE64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE64D; }
p { color: rgb(174,230,77); }
H1.HeaderClassName
{
color: #AEE64D;
}
.AnyTagClassName
{
color: #AEE64D;
}
</style>
background-color css
<style>
a { background-color: #AEE64D; }
a { background-color: rgb(174,230,77); }
div.DivClassName
{
background-color: #AEE64D;
}
.BgClassName
{
background-color: #AEE64D;
}
</style>
border-color css
<style>
span { border-color: #AEE64D; }
span { border-color: rgb(174,230,77); }
td.TdClassName
{
border-color: #AEE64D;
}
.TagClassName
{
border-color: #AEE64D;
}
</style>