Shades of Sulu #AEF978
Tints of Sulu #AEF978
RGB
CMYK
RGB Variations
Color information
#AEF978 (or 0xAEF978) is known color: Sulu. HEX triplet: AE, F9 and 78. RGB value is (174,249,120). Sum of RGB (Red+Green+Blue) = 174+249+120=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF978 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF978 is #510687. Grayscale: #D4D4D4. Windows color (decimal): -5310088 or 7928238. OLE color: 7928238.
HSL color Cylindrical-coordinate representation of color #AEF978: hue angle of 94.88º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEF978 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 249 | 120 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.02 |
| HSL | 94.88º | 0.91% | 0.72% | - |
| HSV(B) | 94.88º | 0.52% | 0.98% | - |
| XYZ | 54.72 | 78.11 | 29.96 | - |
| YUV | 211.87 | 76.15 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 249 | 120 | 0.30 | 0 | 0.52 | 0.02 | 94.88 | 0.91 | 0.72 |
| Hex | AE | F9 | 78 | 1E | 0 | 34 | 2 | 5F | 5B | 48 |
| Octal | 256 | 371 | 170 | 36 | 0 | 64 | 2 | 137 | 133 | 110 |
| Binary | 10101110 | 11111001 | 1111000 | 11110 | 0 | 110100 | 10 | 1011111 | 1011011 | 1001000 |
Color Harmonies of #AEF978
Complementary color
Monochromatic Colors of #AEF978
Black with #AEF978
Text Example
Text Example
White with #AEF978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF978; }
p { color: rgb(174,249,120); }
H1.HeaderClassName
{
color: #AEF978;
}
.AnyTagClassName
{
color: #AEF978;
}
</style>
background-color css
<style>
a { background-color: #AEF978; }
a { background-color: rgb(174,249,120); }
div.DivClassName
{
background-color: #AEF978;
}
.BgClassName
{
background-color: #AEF978;
}
</style>
border-color css
<style>
span { border-color: #AEF978; }
span { border-color: rgb(174,249,120); }
td.TdClassName
{
border-color: #AEF978;
}
.TagClassName
{
border-color: #AEF978;
}
</style>