Shades of Sulu #ADF16D
Tints of Sulu #ADF16D
RGB
CMYK
RGB Variations
Color information
#ADF16D (or 0xADF16D) is known color: Sulu. HEX triplet: AD, F1 and 6D. RGB value is (173,241,109). Sum of RGB (Red+Green+Blue) = 173+241+109=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF16D is #520E92. Grayscale: #CECECE. Windows color (decimal): -5377683 or 7205293. OLE color: 7205293.
HSL color Cylindrical-coordinate representation of color #ADF16D: hue angle of 90.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADF16D is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 109 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.05 |
| HSL | 90.91º | 0.83% | 0.69% | - |
| HSV(B) | 90.91º | 0.55% | 0.95% | - |
| XYZ | 51.45 | 72.9 | 25.83 | - |
| YUV | 205.62 | 73.47 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 109 | 0.28 | 0 | 0.55 | 0.05 | 90.91 | 0.83 | 0.69 |
| Hex | AD | F1 | 6D | 1C | 0 | 37 | 5 | 5B | 52 | 45 |
| Octal | 255 | 361 | 155 | 34 | 0 | 67 | 5 | 133 | 122 | 105 |
| Binary | 10101101 | 11110001 | 1101101 | 11100 | 0 | 110111 | 101 | 1011011 | 1010010 | 1000101 |
Color Harmonies of #ADF16D
Complementary color
Monochromatic Colors of #ADF16D
Black with #ADF16D
Text Example
Text Example
White with #ADF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF16D; }
p { color: rgb(173,241,109); }
H1.HeaderClassName
{
color: #ADF16D;
}
.AnyTagClassName
{
color: #ADF16D;
}
</style>
background-color css
<style>
a { background-color: #ADF16D; }
a { background-color: rgb(173,241,109); }
div.DivClassName
{
background-color: #ADF16D;
}
.BgClassName
{
background-color: #ADF16D;
}
</style>
border-color css
<style>
span { border-color: #ADF16D; }
span { border-color: rgb(173,241,109); }
td.TdClassName
{
border-color: #ADF16D;
}
.TagClassName
{
border-color: #ADF16D;
}
</style>