Shades of Conifer #AEE83C
Tints of Conifer #AEE83C
RGB
CMYK
RGB Variations
Color information
#AEE83C (or 0xAEE83C) is known color: Conifer. HEX triplet: AE, E8 and 3C. RGB value is (174,232,60). Sum of RGB (Red+Green+Blue) = 174+232+60=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 232 (91.02% from 255 or 49.79% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE83C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE83C is #5117C3. Grayscale: #C3C3C3. Windows color (decimal): -5314500 or 3991726. OLE color: 3991726.
HSL color Cylindrical-coordinate representation of color #AEE83C: hue angle of 80.23º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEE83C is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 232 | 60 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.09 |
| HSL | 80.23º | 0.79% | 0.57% | - |
| HSV(B) | 80.23º | 0.74% | 0.91% | - |
| XYZ | 47.13 | 67.04 | 14.73 | - |
| YUV | 195.05 | 51.78 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 232 | 60 | 0.25 | 0 | 0.74 | 0.09 | 80.23 | 0.79 | 0.57 |
| Hex | AE | E8 | 3C | 19 | 0 | 4A | 9 | 50 | 4F | 39 |
| Octal | 256 | 350 | 74 | 31 | 0 | 112 | 11 | 120 | 117 | 71 |
| Binary | 10101110 | 11101000 | 111100 | 11001 | 0 | 1001010 | 1001 | 1010000 | 1001111 | 111001 |
Color Harmonies of #AEE83C
Complementary color
Monochromatic Colors of #AEE83C
Black with #AEE83C
Text Example
Text Example
White with #AEE83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE83C; }
p { color: rgb(174,232,60); }
H1.HeaderClassName
{
color: #AEE83C;
}
.AnyTagClassName
{
color: #AEE83C;
}
</style>
background-color css
<style>
a { background-color: #AEE83C; }
a { background-color: rgb(174,232,60); }
div.DivClassName
{
background-color: #AEE83C;
}
.BgClassName
{
background-color: #AEE83C;
}
</style>
border-color css
<style>
span { border-color: #AEE83C; }
span { border-color: rgb(174,232,60); }
td.TdClassName
{
border-color: #AEE83C;
}
.TagClassName
{
border-color: #AEE83C;
}
</style>