Shades of Sulu #ADF66A
Tints of Sulu #ADF66A
RGB
CMYK
RGB Variations
Color information
#ADF66A (or 0xADF66A) is known color: Sulu. HEX triplet: AD, F6 and 6A. RGB value is (173,246,106). Sum of RGB (Red+Green+Blue) = 173+246+106=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF66A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF66A is #520995. Grayscale: #D0D0D0. Windows color (decimal): -5376406 or 7009965. OLE color: 7009965.
HSL color Cylindrical-coordinate representation of color #ADF66A: hue angle of 91.29º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADF66A is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 106 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.04 |
| HSL | 91.29º | 0.89% | 0.69% | - |
| HSV(B) | 91.29º | 0.57% | 0.96% | - |
| XYZ | 52.79 | 75.84 | 25.49 | - |
| YUV | 208.21 | 70.32 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 106 | 0.30 | 0 | 0.57 | 0.04 | 91.29 | 0.89 | 0.69 |
| Hex | AD | F6 | 6A | 1E | 0 | 39 | 4 | 5B | 59 | 45 |
| Octal | 255 | 366 | 152 | 36 | 0 | 71 | 4 | 133 | 131 | 105 |
| Binary | 10101101 | 11110110 | 1101010 | 11110 | 0 | 111001 | 100 | 1011011 | 1011001 | 1000101 |
Color Harmonies of #ADF66A
Complementary color
Monochromatic Colors of #ADF66A
Black with #ADF66A
Text Example
Text Example
White with #ADF66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF66A; }
p { color: rgb(173,246,106); }
H1.HeaderClassName
{
color: #ADF66A;
}
.AnyTagClassName
{
color: #ADF66A;
}
</style>
background-color css
<style>
a { background-color: #ADF66A; }
a { background-color: rgb(173,246,106); }
div.DivClassName
{
background-color: #ADF66A;
}
.BgClassName
{
background-color: #ADF66A;
}
</style>
border-color css
<style>
span { border-color: #ADF66A; }
span { border-color: rgb(173,246,106); }
td.TdClassName
{
border-color: #ADF66A;
}
.TagClassName
{
border-color: #ADF66A;
}
</style>