Shades of Conifer #AEE34D
Tints of Conifer #AEE34D
RGB
CMYK
RGB Variations
Color information
#AEE34D (or 0xAEE34D) is known color: Conifer. HEX triplet: AE, E3 and 4D. RGB value is (174,227,77). Sum of RGB (Red+Green+Blue) = 174+227+77=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE34D is #511CB2. Grayscale: #C2C2C2. Windows color (decimal): -5315763 or 5104558. OLE color: 5104558.
HSL color Cylindrical-coordinate representation of color #AEE34D: hue angle of 81.2º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEE34D is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 227 | 77 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.11 |
| HSL | 81.2º | 0.73% | 0.6% | - |
| HSV(B) | 81.2º | 0.66% | 0.89% | - |
| XYZ | 46.26 | 64.47 | 17.03 | - |
| YUV | 194.05 | 61.94 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 227 | 77 | 0.23 | 0 | 0.66 | 0.11 | 81.2 | 0.73 | 0.6 |
| Hex | AE | E3 | 4D | 17 | 0 | 42 | B | 51 | 49 | 3C |
| Octal | 256 | 343 | 115 | 27 | 0 | 102 | 13 | 121 | 111 | 74 |
| Binary | 10101110 | 11100011 | 1001101 | 10111 | 0 | 1000010 | 1011 | 1010001 | 1001001 | 111100 |
Color Harmonies of #AEE34D
Complementary color
Monochromatic Colors of #AEE34D
Black with #AEE34D
Text Example
Text Example
White with #AEE34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE34D; }
p { color: rgb(174,227,77); }
H1.HeaderClassName
{
color: #AEE34D;
}
.AnyTagClassName
{
color: #AEE34D;
}
</style>
background-color css
<style>
a { background-color: #AEE34D; }
a { background-color: rgb(174,227,77); }
div.DivClassName
{
background-color: #AEE34D;
}
.BgClassName
{
background-color: #AEE34D;
}
</style>
border-color css
<style>
span { border-color: #AEE34D; }
span { border-color: rgb(174,227,77); }
td.TdClassName
{
border-color: #AEE34D;
}
.TagClassName
{
border-color: #AEE34D;
}
</style>