Shades of Pale Green #AEFB96
Tints of Pale Green #AEFB96
RGB
CMYK
RGB Variations
Color information
#AEFB96 (or 0xAEFB96) is known color: Pale Green. HEX triplet: AE, FB and 96. RGB value is (174,251,150). Sum of RGB (Red+Green+Blue) = 174+251+150=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFB96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFB96 is #510469. Grayscale: #D8D8D8. Windows color (decimal): -5309546 or 9894830. OLE color: 9894830.
HSL color Cylindrical-coordinate representation of color #AEFB96: hue angle of 105.74º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEFB96 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 251 | 150 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.02 |
| HSL | 105.74º | 0.93% | 0.79% | - |
| HSV(B) | 105.74º | 0.4% | 0.98% | - |
| XYZ | 57.46 | 80.2 | 41.31 | - |
| YUV | 216.46 | 90.49 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 251 | 150 | 0.31 | 0 | 0.40 | 0.02 | 105.74 | 0.93 | 0.79 |
| Hex | AE | FB | 96 | 1F | 0 | 28 | 2 | 6A | 5D | 4F |
| Octal | 256 | 373 | 226 | 37 | 0 | 50 | 2 | 152 | 135 | 117 |
| Binary | 10101110 | 11111011 | 10010110 | 11111 | 0 | 101000 | 10 | 1101010 | 1011101 | 1001111 |
Color Harmonies of #AEFB96
Complementary color
Monochromatic Colors of #AEFB96
Black with #AEFB96
Text Example
Text Example
White with #AEFB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFB96; }
p { color: rgb(174,251,150); }
H1.HeaderClassName
{
color: #AEFB96;
}
.AnyTagClassName
{
color: #AEFB96;
}
</style>
background-color css
<style>
a { background-color: #AEFB96; }
a { background-color: rgb(174,251,150); }
div.DivClassName
{
background-color: #AEFB96;
}
.BgClassName
{
background-color: #AEFB96;
}
</style>
border-color css
<style>
span { border-color: #AEFB96; }
span { border-color: rgb(174,251,150); }
td.TdClassName
{
border-color: #AEFB96;
}
.TagClassName
{
border-color: #AEFB96;
}
</style>