Shades of Sulu #AEF869
Tints of Sulu #AEF869
RGB
CMYK
RGB Variations
Color information
#AEF869 (or 0xAEF869) is known color: Sulu. HEX triplet: AE, F8 and 69. RGB value is (174,248,105). Sum of RGB (Red+Green+Blue) = 174+248+105=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF869 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF869 is #510796. Grayscale: #D2D2D2. Windows color (decimal): -5310359 or 6944942. OLE color: 6944942.
HSL color Cylindrical-coordinate representation of color #AEF869: hue angle of 91.05º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEF869 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 248 | 105 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.03 |
| HSL | 91.05º | 0.91% | 0.69% | - |
| HSV(B) | 91.05º | 0.58% | 0.97% | - |
| XYZ | 53.57 | 77.15 | 25.43 | - |
| YUV | 209.57 | 68.98 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 248 | 105 | 0.30 | 0 | 0.58 | 0.03 | 91.05 | 0.91 | 0.69 |
| Hex | AE | F8 | 69 | 1E | 0 | 3A | 3 | 5B | 5B | 45 |
| Octal | 256 | 370 | 151 | 36 | 0 | 72 | 3 | 133 | 133 | 105 |
| Binary | 10101110 | 11111000 | 1101001 | 11110 | 0 | 111010 | 11 | 1011011 | 1011011 | 1000101 |
Color Harmonies of #AEF869
Complementary color
Monochromatic Colors of #AEF869
Black with #AEF869
Text Example
Text Example
White with #AEF869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF869; }
p { color: rgb(174,248,105); }
H1.HeaderClassName
{
color: #AEF869;
}
.AnyTagClassName
{
color: #AEF869;
}
</style>
background-color css
<style>
a { background-color: #AEF869; }
a { background-color: rgb(174,248,105); }
div.DivClassName
{
background-color: #AEF869;
}
.BgClassName
{
background-color: #AEF869;
}
</style>
border-color css
<style>
span { border-color: #AEF869; }
span { border-color: rgb(174,248,105); }
td.TdClassName
{
border-color: #AEF869;
}
.TagClassName
{
border-color: #AEF869;
}
</style>