Shades of Sulu #AEF16C
Tints of Sulu #AEF16C
RGB
CMYK
RGB Variations
Color information
#AEF16C (or 0xAEF16C) is known color: Sulu. HEX triplet: AE, F1 and 6C. RGB value is (174,241,108). Sum of RGB (Red+Green+Blue) = 174+241+108=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF16C is #510E93. Grayscale: #CECECE. Windows color (decimal): -5312148 or 7139758. OLE color: 7139758.
HSL color Cylindrical-coordinate representation of color #AEF16C: hue angle of 90.23º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEF16C is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 108 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.05 |
| HSL | 90.23º | 0.83% | 0.68% | - |
| HSV(B) | 90.23º | 0.55% | 0.95% | - |
| XYZ | 51.62 | 72.99 | 25.56 | - |
| YUV | 205.81 | 72.8 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 108 | 0.28 | 0 | 0.55 | 0.05 | 90.23 | 0.83 | 0.68 |
| Hex | AE | F1 | 6C | 1C | 0 | 37 | 5 | 5A | 53 | 44 |
| Octal | 256 | 361 | 154 | 34 | 0 | 67 | 5 | 132 | 123 | 104 |
| Binary | 10101110 | 11110001 | 1101100 | 11100 | 0 | 110111 | 101 | 1011010 | 1010011 | 1000100 |
Color Harmonies of #AEF16C
Complementary color
Monochromatic Colors of #AEF16C
Black with #AEF16C
Text Example
Text Example
White with #AEF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF16C; }
p { color: rgb(174,241,108); }
H1.HeaderClassName
{
color: #AEF16C;
}
.AnyTagClassName
{
color: #AEF16C;
}
</style>
background-color css
<style>
a { background-color: #AEF16C; }
a { background-color: rgb(174,241,108); }
div.DivClassName
{
background-color: #AEF16C;
}
.BgClassName
{
background-color: #AEF16C;
}
</style>
border-color css
<style>
span { border-color: #AEF16C; }
span { border-color: rgb(174,241,108); }
td.TdClassName
{
border-color: #AEF16C;
}
.TagClassName
{
border-color: #AEF16C;
}
</style>