Shades of Conifer #AEE34C
Tints of Conifer #AEE34C
RGB
CMYK
RGB Variations
Color information
#AEE34C (or 0xAEE34C) is known color: Conifer. HEX triplet: AE, E3 and 4C. RGB value is (174,227,76). Sum of RGB (Red+Green+Blue) = 174+227+76=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE34C is #511CB3. Grayscale: #C2C2C2. Windows color (decimal): -5315764 or 5039022. OLE color: 5039022.
HSL color Cylindrical-coordinate representation of color #AEE34C: hue angle of 81.06º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEE34C is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 227 | 76 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.11 |
| HSL | 81.06º | 0.73% | 0.59% | - |
| HSV(B) | 81.06º | 0.67% | 0.89% | - |
| XYZ | 46.23 | 64.46 | 16.84 | - |
| YUV | 193.94 | 61.44 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 227 | 76 | 0.23 | 0 | 0.67 | 0.11 | 81.06 | 0.73 | 0.59 |
| Hex | AE | E3 | 4C | 17 | 0 | 43 | B | 51 | 49 | 3B |
| Octal | 256 | 343 | 114 | 27 | 0 | 103 | 13 | 121 | 111 | 73 |
| Binary | 10101110 | 11100011 | 1001100 | 10111 | 0 | 1000011 | 1011 | 1010001 | 1001001 | 111011 |
Color Harmonies of #AEE34C
Complementary color
Monochromatic Colors of #AEE34C
Black with #AEE34C
Text Example
Text Example
White with #AEE34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE34C; }
p { color: rgb(174,227,76); }
H1.HeaderClassName
{
color: #AEE34C;
}
.AnyTagClassName
{
color: #AEE34C;
}
</style>
background-color css
<style>
a { background-color: #AEE34C; }
a { background-color: rgb(174,227,76); }
div.DivClassName
{
background-color: #AEE34C;
}
.BgClassName
{
background-color: #AEE34C;
}
</style>
border-color css
<style>
span { border-color: #AEE34C; }
span { border-color: rgb(174,227,76); }
td.TdClassName
{
border-color: #AEE34C;
}
.TagClassName
{
border-color: #AEE34C;
}
</style>