Shades of Sulu #AEF16D
Tints of Sulu #AEF16D
RGB
CMYK
RGB Variations
Color information
#AEF16D (or 0xAEF16D) is known color: Sulu. HEX triplet: AE, F1 and 6D. RGB value is (174,241,109). Sum of RGB (Red+Green+Blue) = 174+241+109=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF16D is #510E92. Grayscale: #CECECE. Windows color (decimal): -5312147 or 7205294. OLE color: 7205294.
HSL color Cylindrical-coordinate representation of color #AEF16D: hue angle of 90.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEF16D is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 109 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.05 |
| HSL | 90.45º | 0.83% | 0.69% | - |
| HSV(B) | 90.45º | 0.55% | 0.95% | - |
| XYZ | 51.67 | 73.01 | 25.84 | - |
| YUV | 205.92 | 73.3 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 109 | 0.28 | 0 | 0.55 | 0.05 | 90.45 | 0.83 | 0.69 |
| Hex | AE | F1 | 6D | 1C | 0 | 37 | 5 | 5A | 52 | 45 |
| Octal | 256 | 361 | 155 | 34 | 0 | 67 | 5 | 132 | 122 | 105 |
| Binary | 10101110 | 11110001 | 1101101 | 11100 | 0 | 110111 | 101 | 1011010 | 1010010 | 1000101 |
Color Harmonies of #AEF16D
Complementary color
Monochromatic Colors of #AEF16D
Black with #AEF16D
Text Example
Text Example
White with #AEF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF16D; }
p { color: rgb(174,241,109); }
H1.HeaderClassName
{
color: #AEF16D;
}
.AnyTagClassName
{
color: #AEF16D;
}
</style>
background-color css
<style>
a { background-color: #AEF16D; }
a { background-color: rgb(174,241,109); }
div.DivClassName
{
background-color: #AEF16D;
}
.BgClassName
{
background-color: #AEF16D;
}
</style>
border-color css
<style>
span { border-color: #AEF16D; }
span { border-color: rgb(174,241,109); }
td.TdClassName
{
border-color: #AEF16D;
}
.TagClassName
{
border-color: #AEF16D;
}
</style>