Shades of Sulu #ADF86E
Tints of Sulu #ADF86E
RGB
CMYK
RGB Variations
Color information
#ADF86E (or 0xADF86E) is known color: Sulu. HEX triplet: AD, F8 and 6E. RGB value is (173,248,110). Sum of RGB (Red+Green+Blue) = 173+248+110=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF86E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF86E is #520791. Grayscale: #D2D2D2. Windows color (decimal): -5375890 or 7272621. OLE color: 7272621.
HSL color Cylindrical-coordinate representation of color #ADF86E: hue angle of 92.61º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADF86E is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 110 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.03 |
| HSL | 92.61º | 0.91% | 0.7% | - |
| HSV(B) | 92.61º | 0.56% | 0.97% | - |
| XYZ | 53.62 | 77.14 | 26.82 | - |
| YUV | 209.84 | 71.65 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 110 | 0.30 | 0 | 0.56 | 0.03 | 92.61 | 0.91 | 0.7 |
| Hex | AD | F8 | 6E | 1E | 0 | 38 | 3 | 5D | 5B | 46 |
| Octal | 255 | 370 | 156 | 36 | 0 | 70 | 3 | 135 | 133 | 106 |
| Binary | 10101101 | 11111000 | 1101110 | 11110 | 0 | 111000 | 11 | 1011101 | 1011011 | 1000110 |
Color Harmonies of #ADF86E
Complementary color
Monochromatic Colors of #ADF86E
Black with #ADF86E
Text Example
Text Example
White with #ADF86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF86E; }
p { color: rgb(173,248,110); }
H1.HeaderClassName
{
color: #ADF86E;
}
.AnyTagClassName
{
color: #ADF86E;
}
</style>
background-color css
<style>
a { background-color: #ADF86E; }
a { background-color: rgb(173,248,110); }
div.DivClassName
{
background-color: #ADF86E;
}
.BgClassName
{
background-color: #ADF86E;
}
</style>
border-color css
<style>
span { border-color: #ADF86E; }
span { border-color: rgb(173,248,110); }
td.TdClassName
{
border-color: #ADF86E;
}
.TagClassName
{
border-color: #ADF86E;
}
</style>