Shades of Sulu #ADF86A
Tints of Sulu #ADF86A
RGB
CMYK
RGB Variations
Color information
#ADF86A (or 0xADF86A) is known color: Sulu. HEX triplet: AD, F8 and 6A. RGB value is (173,248,106). Sum of RGB (Red+Green+Blue) = 173+248+106=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF86A is #520795. Grayscale: #D1D1D1. Windows color (decimal): -5375894 or 7010477. OLE color: 7010477.
HSL color Cylindrical-coordinate representation of color #ADF86A: hue angle of 91.69º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADF86A is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 106 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.03 |
| HSL | 91.69º | 0.91% | 0.69% | - |
| HSV(B) | 91.69º | 0.57% | 0.97% | - |
| XYZ | 53.4 | 77.06 | 25.7 | - |
| YUV | 209.39 | 69.65 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 106 | 0.30 | 0 | 0.57 | 0.03 | 91.69 | 0.91 | 0.69 |
| Hex | AD | F8 | 6A | 1E | 0 | 39 | 3 | 5C | 5B | 45 |
| Octal | 255 | 370 | 152 | 36 | 0 | 71 | 3 | 134 | 133 | 105 |
| Binary | 10101101 | 11111000 | 1101010 | 11110 | 0 | 111001 | 11 | 1011100 | 1011011 | 1000101 |
Color Harmonies of #ADF86A
Complementary color
Monochromatic Colors of #ADF86A
Black with #ADF86A
Text Example
Text Example
White with #ADF86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF86A; }
p { color: rgb(173,248,106); }
H1.HeaderClassName
{
color: #ADF86A;
}
.AnyTagClassName
{
color: #ADF86A;
}
</style>
background-color css
<style>
a { background-color: #ADF86A; }
a { background-color: rgb(173,248,106); }
div.DivClassName
{
background-color: #ADF86A;
}
.BgClassName
{
background-color: #ADF86A;
}
</style>
border-color css
<style>
span { border-color: #ADF86A; }
span { border-color: rgb(173,248,106); }
td.TdClassName
{
border-color: #ADF86A;
}
.TagClassName
{
border-color: #ADF86A;
}
</style>