Shades of Conifer #AEE23A
Tints of Conifer #AEE23A
RGB
CMYK
RGB Variations
Color information
#AEE23A (or 0xAEE23A) is known color: Conifer. HEX triplet: AE, E2 and 3A. RGB value is (174,226,58). Sum of RGB (Red+Green+Blue) = 174+226+58=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE23A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE23A is #511DC5. Grayscale: #BFBFBF. Windows color (decimal): -5316038 or 3859118. OLE color: 3859118.
HSL color Cylindrical-coordinate representation of color #AEE23A: hue angle of 78.57º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEE23A is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 58 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.11 |
| HSL | 78.57º | 0.74% | 0.56% | - |
| HSV(B) | 78.57º | 0.74% | 0.89% | - |
| XYZ | 45.42 | 63.7 | 13.9 | - |
| YUV | 191.3 | 52.77 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 58 | 0.23 | 0 | 0.74 | 0.11 | 78.57 | 0.74 | 0.56 |
| Hex | AE | E2 | 3A | 17 | 0 | 4A | B | 4F | 4A | 38 |
| Octal | 256 | 342 | 72 | 27 | 0 | 112 | 13 | 117 | 112 | 70 |
| Binary | 10101110 | 11100010 | 111010 | 10111 | 0 | 1001010 | 1011 | 1001111 | 1001010 | 111000 |
Color Harmonies of #AEE23A
Complementary color
Monochromatic Colors of #AEE23A
Black with #AEE23A
Text Example
Text Example
White with #AEE23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE23A; }
p { color: rgb(174,226,58); }
H1.HeaderClassName
{
color: #AEE23A;
}
.AnyTagClassName
{
color: #AEE23A;
}
</style>
background-color css
<style>
a { background-color: #AEE23A; }
a { background-color: rgb(174,226,58); }
div.DivClassName
{
background-color: #AEE23A;
}
.BgClassName
{
background-color: #AEE23A;
}
</style>
border-color css
<style>
span { border-color: #AEE23A; }
span { border-color: rgb(174,226,58); }
td.TdClassName
{
border-color: #AEE23A;
}
.TagClassName
{
border-color: #AEE23A;
}
</style>