Shades of Sulu #AEFF7C
Tints of Sulu #AEFF7C
RGB
CMYK
RGB Variations
Color information
#AEFF7C (or 0xAEFF7C) is known color: Sulu. HEX triplet: AE, FF and 7C. RGB value is (174,255,124). Sum of RGB (Red+Green+Blue) = 174+255+124=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF7C is #510083. Grayscale: #D8D8D8. Windows color (decimal): -5308548 or 8191918. OLE color: 8191918.
HSL color Cylindrical-coordinate representation of color #AEFF7C: hue angle of 97.1º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEFF7C is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 124 | - |
| CMYK | 0.32 | 0 | 0.51 | 0 |
| HSL | 97.1º | 1% | 0.74% | - |
| HSV(B) | 97.1º | 0.51% | 1% | - |
| XYZ | 56.85 | 81.97 | 31.89 | - |
| YUV | 215.85 | 76.16 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 124 | 0.32 | 0 | 0.51 | 0 | 97.1 | 1 | 0.74 |
| Hex | AE | FF | 7C | 20 | 0 | 33 | 0 | 61 | 64 | 4A |
| Octal | 256 | 377 | 174 | 40 | 0 | 63 | 0 | 141 | 144 | 112 |
| Binary | 10101110 | 11111111 | 1111100 | 100000 | 0 | 110011 | 0 | 1100001 | 1100100 | 1001010 |
Color Harmonies of #AEFF7C
Complementary color
Monochromatic Colors of #AEFF7C
Black with #AEFF7C
Text Example
Text Example
White with #AEFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF7C; }
p { color: rgb(174,255,124); }
H1.HeaderClassName
{
color: #AEFF7C;
}
.AnyTagClassName
{
color: #AEFF7C;
}
</style>
background-color css
<style>
a { background-color: #AEFF7C; }
a { background-color: rgb(174,255,124); }
div.DivClassName
{
background-color: #AEFF7C;
}
.BgClassName
{
background-color: #AEFF7C;
}
</style>
border-color css
<style>
span { border-color: #AEFF7C; }
span { border-color: rgb(174,255,124); }
td.TdClassName
{
border-color: #AEFF7C;
}
.TagClassName
{
border-color: #AEFF7C;
}
</style>