Shades of Sulu #AEF275
Tints of Sulu #AEF275
RGB
CMYK
RGB Variations
Color information
#AEF275 (or 0xAEF275) is known color: Sulu. HEX triplet: AE, F2 and 75. RGB value is (174,242,117). Sum of RGB (Red+Green+Blue) = 174+242+117=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF275 is #510D8A. Grayscale: #CFCFCF. Windows color (decimal): -5311883 or 7729838. OLE color: 7729838.
HSL color Cylindrical-coordinate representation of color #AEF275: hue angle of 92.64º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEF275 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 117 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.05 |
| HSL | 92.64º | 0.83% | 0.7% | - |
| HSV(B) | 92.64º | 0.52% | 0.95% | - |
| XYZ | 52.42 | 73.79 | 28.31 | - |
| YUV | 207.42 | 76.97 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 117 | 0.28 | 0 | 0.52 | 0.05 | 92.64 | 0.83 | 0.7 |
| Hex | AE | F2 | 75 | 1C | 0 | 34 | 5 | 5D | 53 | 46 |
| Octal | 256 | 362 | 165 | 34 | 0 | 64 | 5 | 135 | 123 | 106 |
| Binary | 10101110 | 11110010 | 1110101 | 11100 | 0 | 110100 | 101 | 1011101 | 1010011 | 1000110 |
Color Harmonies of #AEF275
Complementary color
Monochromatic Colors of #AEF275
Black with #AEF275
Text Example
Text Example
White with #AEF275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF275; }
p { color: rgb(174,242,117); }
H1.HeaderClassName
{
color: #AEF275;
}
.AnyTagClassName
{
color: #AEF275;
}
</style>
background-color css
<style>
a { background-color: #AEF275; }
a { background-color: rgb(174,242,117); }
div.DivClassName
{
background-color: #AEF275;
}
.BgClassName
{
background-color: #AEF275;
}
</style>
border-color css
<style>
span { border-color: #AEF275; }
span { border-color: rgb(174,242,117); }
td.TdClassName
{
border-color: #AEF275;
}
.TagClassName
{
border-color: #AEF275;
}
</style>