Shades of Sulu #ADF16C
Tints of Sulu #ADF16C
RGB
CMYK
RGB Variations
Color information
#ADF16C (or 0xADF16C) is known color: Sulu. HEX triplet: AD, F1 and 6C. RGB value is (173,241,108). Sum of RGB (Red+Green+Blue) = 173+241+108=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 108 (42.58% from 255 or 20.69% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF16C is #520E93. Grayscale: #CDCDCD. Windows color (decimal): -5377684 or 7139757. OLE color: 7139757.
HSL color Cylindrical-coordinate representation of color #ADF16C: hue angle of 90.68º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADF16C is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 108 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.05 |
| HSL | 90.68º | 0.83% | 0.68% | - |
| HSV(B) | 90.68º | 0.55% | 0.95% | - |
| XYZ | 51.4 | 72.88 | 25.55 | - |
| YUV | 205.51 | 72.97 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 108 | 0.28 | 0 | 0.55 | 0.05 | 90.68 | 0.83 | 0.68 |
| Hex | AD | F1 | 6C | 1C | 0 | 37 | 5 | 5B | 53 | 44 |
| Octal | 255 | 361 | 154 | 34 | 0 | 67 | 5 | 133 | 123 | 104 |
| Binary | 10101101 | 11110001 | 1101100 | 11100 | 0 | 110111 | 101 | 1011011 | 1010011 | 1000100 |
Color Harmonies of #ADF16C
Complementary color
Monochromatic Colors of #ADF16C
Black with #ADF16C
Text Example
Text Example
White with #ADF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF16C; }
p { color: rgb(173,241,108); }
H1.HeaderClassName
{
color: #ADF16C;
}
.AnyTagClassName
{
color: #ADF16C;
}
</style>
background-color css
<style>
a { background-color: #ADF16C; }
a { background-color: rgb(173,241,108); }
div.DivClassName
{
background-color: #ADF16C;
}
.BgClassName
{
background-color: #ADF16C;
}
</style>
border-color css
<style>
span { border-color: #ADF16C; }
span { border-color: rgb(173,241,108); }
td.TdClassName
{
border-color: #ADF16C;
}
.TagClassName
{
border-color: #ADF16C;
}
</style>