Shades of Sulu #AEFC68
Tints of Sulu #AEFC68
RGB
CMYK
RGB Variations
Color information
#AEFC68 (or 0xAEFC68) is known color: Sulu. HEX triplet: AE, FC and 68. RGB value is (174,252,104). Sum of RGB (Red+Green+Blue) = 174+252+104=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFC68 is #510397. Grayscale: #D4D4D4. Windows color (decimal): -5309336 or 6880430. OLE color: 6880430.
HSL color Cylindrical-coordinate representation of color #AEFC68: hue angle of 91.62º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AEFC68 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 252 | 104 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.01 |
| HSL | 91.62º | 0.96% | 0.7% | - |
| HSV(B) | 91.62º | 0.59% | 0.99% | - |
| XYZ | 54.76 | 79.62 | 25.58 | - |
| YUV | 211.81 | 67.16 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 252 | 104 | 0.31 | 0 | 0.59 | 0.01 | 91.62 | 0.96 | 0.7 |
| Hex | AE | FC | 68 | 1F | 0 | 3B | 1 | 5C | 60 | 46 |
| Octal | 256 | 374 | 150 | 37 | 0 | 73 | 1 | 134 | 140 | 106 |
| Binary | 10101110 | 11111100 | 1101000 | 11111 | 0 | 111011 | 1 | 1011100 | 1100000 | 1000110 |
Color Harmonies of #AEFC68
Complementary color
Monochromatic Colors of #AEFC68
Black with #AEFC68
Text Example
Text Example
White with #AEFC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFC68; }
p { color: rgb(174,252,104); }
H1.HeaderClassName
{
color: #AEFC68;
}
.AnyTagClassName
{
color: #AEFC68;
}
</style>
background-color css
<style>
a { background-color: #AEFC68; }
a { background-color: rgb(174,252,104); }
div.DivClassName
{
background-color: #AEFC68;
}
.BgClassName
{
background-color: #AEFC68;
}
</style>
border-color css
<style>
span { border-color: #AEFC68; }
span { border-color: rgb(174,252,104); }
td.TdClassName
{
border-color: #AEFC68;
}
.TagClassName
{
border-color: #AEFC68;
}
</style>