Shades of Sulu #AEF56C
Tints of Sulu #AEF56C
RGB
CMYK
RGB Variations
Color information
#AEF56C (or 0xAEF56C) is known color: Sulu. HEX triplet: AE, F5 and 6C. RGB value is (174,245,108). Sum of RGB (Red+Green+Blue) = 174+245+108=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF56C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF56C is #510A93. Grayscale: #D0D0D0. Windows color (decimal): -5311124 or 7140782. OLE color: 7140782.
HSL color Cylindrical-coordinate representation of color #AEF56C: hue angle of 91.09º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEF56C is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 245 | 108 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.04 |
| HSL | 91.09º | 0.87% | 0.69% | - |
| HSV(B) | 91.09º | 0.56% | 0.96% | - |
| XYZ | 52.81 | 75.39 | 25.95 | - |
| YUV | 208.15 | 71.48 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 245 | 108 | 0.29 | 0 | 0.56 | 0.04 | 91.09 | 0.87 | 0.69 |
| Hex | AE | F5 | 6C | 1D | 0 | 38 | 4 | 5B | 57 | 45 |
| Octal | 256 | 365 | 154 | 35 | 0 | 70 | 4 | 133 | 127 | 105 |
| Binary | 10101110 | 11110101 | 1101100 | 11101 | 0 | 111000 | 100 | 1011011 | 1010111 | 1000101 |
Color Harmonies of #AEF56C
Complementary color
Monochromatic Colors of #AEF56C
Black with #AEF56C
Text Example
Text Example
White with #AEF56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF56C; }
p { color: rgb(174,245,108); }
H1.HeaderClassName
{
color: #AEF56C;
}
.AnyTagClassName
{
color: #AEF56C;
}
</style>
background-color css
<style>
a { background-color: #AEF56C; }
a { background-color: rgb(174,245,108); }
div.DivClassName
{
background-color: #AEF56C;
}
.BgClassName
{
background-color: #AEF56C;
}
</style>
border-color css
<style>
span { border-color: #AEF56C; }
span { border-color: rgb(174,245,108); }
td.TdClassName
{
border-color: #AEF56C;
}
.TagClassName
{
border-color: #AEF56C;
}
</style>