Shades of Sulu #ADF16E
Tints of Sulu #ADF16E
RGB
CMYK
RGB Variations
Color information
#ADF16E (or 0xADF16E) is known color: Sulu. HEX triplet: AD, F1 and 6E. RGB value is (173,241,110). Sum of RGB (Red+Green+Blue) = 173+241+110=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF16E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF16E is #520E91. Grayscale: #CECECE. Windows color (decimal): -5377682 or 7270829. OLE color: 7270829.
HSL color Cylindrical-coordinate representation of color #ADF16E: hue angle of 91.15º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADF16E is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 110 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.05 |
| HSL | 91.15º | 0.82% | 0.69% | - |
| HSV(B) | 91.15º | 0.54% | 0.95% | - |
| XYZ | 51.5 | 72.92 | 26.11 | - |
| YUV | 205.73 | 73.97 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 110 | 0.28 | 0 | 0.54 | 0.05 | 91.15 | 0.82 | 0.69 |
| Hex | AD | F1 | 6E | 1C | 0 | 36 | 5 | 5B | 52 | 45 |
| Octal | 255 | 361 | 156 | 34 | 0 | 66 | 5 | 133 | 122 | 105 |
| Binary | 10101101 | 11110001 | 1101110 | 11100 | 0 | 110110 | 101 | 1011011 | 1010010 | 1000101 |
Color Harmonies of #ADF16E
Complementary color
Monochromatic Colors of #ADF16E
Black with #ADF16E
Text Example
Text Example
White with #ADF16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF16E; }
p { color: rgb(173,241,110); }
H1.HeaderClassName
{
color: #ADF16E;
}
.AnyTagClassName
{
color: #ADF16E;
}
</style>
background-color css
<style>
a { background-color: #ADF16E; }
a { background-color: rgb(173,241,110); }
div.DivClassName
{
background-color: #ADF16E;
}
.BgClassName
{
background-color: #ADF16E;
}
</style>
border-color css
<style>
span { border-color: #ADF16E; }
span { border-color: rgb(173,241,110); }
td.TdClassName
{
border-color: #ADF16E;
}
.TagClassName
{
border-color: #ADF16E;
}
</style>