Shades of Sulu #ADF06C
Tints of Sulu #ADF06C
RGB
CMYK
RGB Variations
Color information
#ADF06C (or 0xADF06C) is known color: Sulu. HEX triplet: AD, F0 and 6C. RGB value is (173,240,108). Sum of RGB (Red+Green+Blue) = 173+240+108=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF06C is #520F93. Grayscale: #CDCDCD. Windows color (decimal): -5377940 or 7139501. OLE color: 7139501.
HSL color Cylindrical-coordinate representation of color #ADF06C: hue angle of 90.45º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADF06C is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 108 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.06 |
| HSL | 90.45º | 0.81% | 0.68% | - |
| HSV(B) | 90.45º | 0.55% | 0.94% | - |
| XYZ | 51.1 | 72.29 | 25.45 | - |
| YUV | 204.92 | 73.3 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 108 | 0.28 | 0 | 0.55 | 0.06 | 90.45 | 0.81 | 0.68 |
| Hex | AD | F0 | 6C | 1C | 0 | 37 | 6 | 5A | 51 | 44 |
| Octal | 255 | 360 | 154 | 34 | 0 | 67 | 6 | 132 | 121 | 104 |
| Binary | 10101101 | 11110000 | 1101100 | 11100 | 0 | 110111 | 110 | 1011010 | 1010001 | 1000100 |
Color Harmonies of #ADF06C
Complementary color
Monochromatic Colors of #ADF06C
Black with #ADF06C
Text Example
Text Example
White with #ADF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF06C; }
p { color: rgb(173,240,108); }
H1.HeaderClassName
{
color: #ADF06C;
}
.AnyTagClassName
{
color: #ADF06C;
}
</style>
background-color css
<style>
a { background-color: #ADF06C; }
a { background-color: rgb(173,240,108); }
div.DivClassName
{
background-color: #ADF06C;
}
.BgClassName
{
background-color: #ADF06C;
}
</style>
border-color css
<style>
span { border-color: #ADF06C; }
span { border-color: rgb(173,240,108); }
td.TdClassName
{
border-color: #ADF06C;
}
.TagClassName
{
border-color: #ADF06C;
}
</style>