Shades of Green Yellow #AEF32B
Tints of Green Yellow #AEF32B
RGB
CMYK
RGB Variations
Color information
#AEF32B (or 0xAEF32B) is known color: Green Yellow. HEX triplet: AE, F3 and 2B. RGB value is (174,243,43). Sum of RGB (Red+Green+Blue) = 174+243+43=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 243 (95.31% from 255 or 52.83% from 460); Blue value is 43 (17.19% from 255 or 9.35% from 460); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF32B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF32B is #510CD4. Grayscale: #C8C8C8. Windows color (decimal): -5311701 or 2880430. OLE color: 2880430.
HSL color Cylindrical-coordinate representation of color #AEF32B: hue angle of 80.7º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AEF32B is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 43 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.05 |
| HSL | 80.7º | 0.89% | 0.56% | - |
| HSV(B) | 80.7º | 0.82% | 0.95% | - |
| XYZ | 49.94 | 73.27 | 13.8 | - |
| YUV | 199.57 | 39.64 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 43 | 0.28 | 0 | 0.82 | 0.05 | 80.7 | 0.89 | 0.56 |
| Hex | AE | F3 | 2B | 1C | 0 | 52 | 5 | 51 | 59 | 38 |
| Octal | 256 | 363 | 53 | 34 | 0 | 122 | 5 | 121 | 131 | 70 |
| Binary | 10101110 | 11110011 | 101011 | 11100 | 0 | 1010010 | 101 | 1010001 | 1011001 | 111000 |
Color Harmonies of #AEF32B
Complementary color
Monochromatic Colors of #AEF32B
Black with #AEF32B
Text Example
Text Example
White with #AEF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF32B; }
p { color: rgb(174,243,43); }
H1.HeaderClassName
{
color: #AEF32B;
}
.AnyTagClassName
{
color: #AEF32B;
}
</style>
background-color css
<style>
a { background-color: #AEF32B; }
a { background-color: rgb(174,243,43); }
div.DivClassName
{
background-color: #AEF32B;
}
.BgClassName
{
background-color: #AEF32B;
}
</style>
border-color css
<style>
span { border-color: #AEF32B; }
span { border-color: rgb(174,243,43); }
td.TdClassName
{
border-color: #AEF32B;
}
.TagClassName
{
border-color: #AEF32B;
}
</style>