Shades of Sulu #AEED6D
Tints of Sulu #AEED6D
RGB
CMYK
RGB Variations
Color information
#AEED6D (or 0xAEED6D) is known color: Sulu. HEX triplet: AE, ED and 6D. RGB value is (174,237,109). Sum of RGB (Red+Green+Blue) = 174+237+109=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEED6D is #511292. Grayscale: #CCCCCC. Windows color (decimal): -5313171 or 7204270. OLE color: 7204270.
HSL color Cylindrical-coordinate representation of color #AEED6D: hue angle of 89.53º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEED6D is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 109 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.07 |
| HSL | 89.53º | 0.78% | 0.68% | - |
| HSV(B) | 89.53º | 0.54% | 0.93% | - |
| XYZ | 50.5 | 70.67 | 25.45 | - |
| YUV | 203.57 | 74.63 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 109 | 0.27 | 0 | 0.54 | 0.07 | 89.53 | 0.78 | 0.68 |
| Hex | AE | ED | 6D | 1B | 0 | 36 | 7 | 5A | 4E | 44 |
| Octal | 256 | 355 | 155 | 33 | 0 | 66 | 7 | 132 | 116 | 104 |
| Binary | 10101110 | 11101101 | 1101101 | 11011 | 0 | 110110 | 111 | 1011010 | 1001110 | 1000100 |
Color Harmonies of #AEED6D
Complementary color
Monochromatic Colors of #AEED6D
Black with #AEED6D
Text Example
Text Example
White with #AEED6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEED6D; }
p { color: rgb(174,237,109); }
H1.HeaderClassName
{
color: #AEED6D;
}
.AnyTagClassName
{
color: #AEED6D;
}
</style>
background-color css
<style>
a { background-color: #AEED6D; }
a { background-color: rgb(174,237,109); }
div.DivClassName
{
background-color: #AEED6D;
}
.BgClassName
{
background-color: #AEED6D;
}
</style>
border-color css
<style>
span { border-color: #AEED6D; }
span { border-color: rgb(174,237,109); }
td.TdClassName
{
border-color: #AEED6D;
}
.TagClassName
{
border-color: #AEED6D;
}
</style>