Shades of Sulu #AEF674
Tints of Sulu #AEF674
RGB
CMYK
RGB Variations
Color information
#AEF674 (or 0xAEF674) is known color: Sulu. HEX triplet: AE, F6 and 74. RGB value is (174,246,116). Sum of RGB (Red+Green+Blue) = 174+246+116=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF674 is #51098B. Grayscale: #D2D2D2. Windows color (decimal): -5310860 or 7665326. OLE color: 7665326.
HSL color Cylindrical-coordinate representation of color #AEF674: hue angle of 93.23º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AEF674 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 246 | 116 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.04 |
| HSL | 93.23º | 0.88% | 0.71% | - |
| HSV(B) | 93.23º | 0.53% | 0.96% | - |
| XYZ | 53.56 | 76.17 | 28.4 | - |
| YUV | 209.65 | 75.15 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 246 | 116 | 0.29 | 0 | 0.53 | 0.04 | 93.23 | 0.88 | 0.71 |
| Hex | AE | F6 | 74 | 1D | 0 | 35 | 4 | 5D | 58 | 47 |
| Octal | 256 | 366 | 164 | 35 | 0 | 65 | 4 | 135 | 130 | 107 |
| Binary | 10101110 | 11110110 | 1110100 | 11101 | 0 | 110101 | 100 | 1011101 | 1011000 | 1000111 |
Color Harmonies of #AEF674
Complementary color
Monochromatic Colors of #AEF674
Black with #AEF674
Text Example
Text Example
White with #AEF674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF674; }
p { color: rgb(174,246,116); }
H1.HeaderClassName
{
color: #AEF674;
}
.AnyTagClassName
{
color: #AEF674;
}
</style>
background-color css
<style>
a { background-color: #AEF674; }
a { background-color: rgb(174,246,116); }
div.DivClassName
{
background-color: #AEF674;
}
.BgClassName
{
background-color: #AEF674;
}
</style>
border-color css
<style>
span { border-color: #AEF674; }
span { border-color: rgb(174,246,116); }
td.TdClassName
{
border-color: #AEF674;
}
.TagClassName
{
border-color: #AEF674;
}
</style>