Shades of Sulu #AEFF76
Tints of Sulu #AEFF76
RGB
CMYK
RGB Variations
Color information
#AEFF76 (or 0xAEFF76) is known color: Sulu. HEX triplet: AE, FF and 76. RGB value is (174,255,118). Sum of RGB (Red+Green+Blue) = 174+255+118=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF76 is #510089. Grayscale: #D7D7D7. Windows color (decimal): -5308554 or 7798702. OLE color: 7798702.
HSL color Cylindrical-coordinate representation of color #AEFF76: hue angle of 95.47º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEFF76 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 118 | - |
| CMYK | 0.32 | 0 | 0.54 | 0 |
| HSL | 95.47º | 1% | 0.73% | - |
| HSV(B) | 95.47º | 0.54% | 1% | - |
| XYZ | 56.49 | 81.83 | 29.96 | - |
| YUV | 215.16 | 73.16 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 118 | 0.32 | 0 | 0.54 | 0 | 95.47 | 1 | 0.73 |
| Hex | AE | FF | 76 | 20 | 0 | 36 | 0 | 5F | 64 | 49 |
| Octal | 256 | 377 | 166 | 40 | 0 | 66 | 0 | 137 | 144 | 111 |
| Binary | 10101110 | 11111111 | 1110110 | 100000 | 0 | 110110 | 0 | 1011111 | 1100100 | 1001001 |
Color Harmonies of #AEFF76
Complementary color
Monochromatic Colors of #AEFF76
Black with #AEFF76
Text Example
Text Example
White with #AEFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF76; }
p { color: rgb(174,255,118); }
H1.HeaderClassName
{
color: #AEFF76;
}
.AnyTagClassName
{
color: #AEFF76;
}
</style>
background-color css
<style>
a { background-color: #AEFF76; }
a { background-color: rgb(174,255,118); }
div.DivClassName
{
background-color: #AEFF76;
}
.BgClassName
{
background-color: #AEFF76;
}
</style>
border-color css
<style>
span { border-color: #AEFF76; }
span { border-color: rgb(174,255,118); }
td.TdClassName
{
border-color: #AEFF76;
}
.TagClassName
{
border-color: #AEFF76;
}
</style>