Shades of Sulu #AEF76D
Tints of Sulu #AEF76D
RGB
CMYK
RGB Variations
Color information
#AEF76D (or 0xAEF76D) is known color: Sulu. HEX triplet: AE, F7 and 6D. RGB value is (174,247,109). Sum of RGB (Red+Green+Blue) = 174+247+109=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF76D is #510892. Grayscale: #D1D1D1. Windows color (decimal): -5310611 or 7206830. OLE color: 7206830.
HSL color Cylindrical-coordinate representation of color #AEF76D: hue angle of 91.74º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEF76D is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 247 | 109 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.03 |
| HSL | 91.74º | 0.9% | 0.7% | - |
| HSV(B) | 91.74º | 0.56% | 0.97% | - |
| XYZ | 53.48 | 76.62 | 26.44 | - |
| YUV | 209.44 | 71.32 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 247 | 109 | 0.30 | 0 | 0.56 | 0.03 | 91.74 | 0.9 | 0.7 |
| Hex | AE | F7 | 6D | 1E | 0 | 38 | 3 | 5C | 5A | 46 |
| Octal | 256 | 367 | 155 | 36 | 0 | 70 | 3 | 134 | 132 | 106 |
| Binary | 10101110 | 11110111 | 1101101 | 11110 | 0 | 111000 | 11 | 1011100 | 1011010 | 1000110 |
Color Harmonies of #AEF76D
Complementary color
Monochromatic Colors of #AEF76D
Black with #AEF76D
Text Example
Text Example
White with #AEF76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF76D; }
p { color: rgb(174,247,109); }
H1.HeaderClassName
{
color: #AEF76D;
}
.AnyTagClassName
{
color: #AEF76D;
}
</style>
background-color css
<style>
a { background-color: #AEF76D; }
a { background-color: rgb(174,247,109); }
div.DivClassName
{
background-color: #AEF76D;
}
.BgClassName
{
background-color: #AEF76D;
}
</style>
border-color css
<style>
span { border-color: #AEF76D; }
span { border-color: rgb(174,247,109); }
td.TdClassName
{
border-color: #AEF76D;
}
.TagClassName
{
border-color: #AEF76D;
}
</style>