Shades of Sulu #AEF16B
Tints of Sulu #AEF16B
RGB
CMYK
RGB Variations
Color information
#AEF16B (or 0xAEF16B) is known color: Sulu. HEX triplet: AE, F1 and 6B. RGB value is (174,241,107). Sum of RGB (Red+Green+Blue) = 174+241+107=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF16B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF16B is #510E94. Grayscale: #CECECE. Windows color (decimal): -5312149 or 7074222. OLE color: 7074222.
HSL color Cylindrical-coordinate representation of color #AEF16B: hue angle of 90º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEF16B is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 107 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.05 |
| HSL | 90º | 0.83% | 0.68% | - |
| HSV(B) | 90º | 0.56% | 0.95% | - |
| XYZ | 51.56 | 72.97 | 25.28 | - |
| YUV | 205.69 | 72.3 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 107 | 0.28 | 0 | 0.56 | 0.05 | 90 | 0.83 | 0.68 |
| Hex | AE | F1 | 6B | 1C | 0 | 38 | 5 | 5A | 53 | 44 |
| Octal | 256 | 361 | 153 | 34 | 0 | 70 | 5 | 132 | 123 | 104 |
| Binary | 10101110 | 11110001 | 1101011 | 11100 | 0 | 111000 | 101 | 1011010 | 1010011 | 1000100 |
Color Harmonies of #AEF16B
Complementary color
Monochromatic Colors of #AEF16B
Black with #AEF16B
Text Example
Text Example
White with #AEF16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF16B; }
p { color: rgb(174,241,107); }
H1.HeaderClassName
{
color: #AEF16B;
}
.AnyTagClassName
{
color: #AEF16B;
}
</style>
background-color css
<style>
a { background-color: #AEF16B; }
a { background-color: rgb(174,241,107); }
div.DivClassName
{
background-color: #AEF16B;
}
.BgClassName
{
background-color: #AEF16B;
}
</style>
border-color css
<style>
span { border-color: #AEF16B; }
span { border-color: rgb(174,241,107); }
td.TdClassName
{
border-color: #AEF16B;
}
.TagClassName
{
border-color: #AEF16B;
}
</style>