Shades of Sulu #AEFF7A
Tints of Sulu #AEFF7A
RGB
CMYK
RGB Variations
Color information
#AEFF7A (or 0xAEFF7A) is known color: Sulu. HEX triplet: AE, FF and 7A. RGB value is (174,255,122). Sum of RGB (Red+Green+Blue) = 174+255+122=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF7A is #510085. Grayscale: #D8D8D8. Windows color (decimal): -5308550 or 8060846. OLE color: 8060846.
HSL color Cylindrical-coordinate representation of color #AEFF7A: hue angle of 96.54º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEFF7A is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 122 | - |
| CMYK | 0.32 | 0 | 0.52 | 0 |
| HSL | 96.54º | 1% | 0.74% | - |
| HSV(B) | 96.54º | 0.52% | 1% | - |
| XYZ | 56.73 | 81.92 | 31.24 | - |
| YUV | 215.62 | 75.16 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 122 | 0.32 | 0 | 0.52 | 0 | 96.54 | 1 | 0.74 |
| Hex | AE | FF | 7A | 20 | 0 | 34 | 0 | 61 | 64 | 4A |
| Octal | 256 | 377 | 172 | 40 | 0 | 64 | 0 | 141 | 144 | 112 |
| Binary | 10101110 | 11111111 | 1111010 | 100000 | 0 | 110100 | 0 | 1100001 | 1100100 | 1001010 |
Color Harmonies of #AEFF7A
Complementary color
Monochromatic Colors of #AEFF7A
Black with #AEFF7A
Text Example
Text Example
White with #AEFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF7A; }
p { color: rgb(174,255,122); }
H1.HeaderClassName
{
color: #AEFF7A;
}
.AnyTagClassName
{
color: #AEFF7A;
}
</style>
background-color css
<style>
a { background-color: #AEFF7A; }
a { background-color: rgb(174,255,122); }
div.DivClassName
{
background-color: #AEFF7A;
}
.BgClassName
{
background-color: #AEFF7A;
}
</style>
border-color css
<style>
span { border-color: #AEFF7A; }
span { border-color: rgb(174,255,122); }
td.TdClassName
{
border-color: #AEFF7A;
}
.TagClassName
{
border-color: #AEFF7A;
}
</style>