Shades of Sulu #ADFF6A
Tints of Sulu #ADFF6A
RGB
CMYK
RGB Variations
Color information
#ADFF6A (or 0xADFF6A) is known color: Sulu. HEX triplet: AD, FF and 6A. RGB value is (173,255,106). Sum of RGB (Red+Green+Blue) = 173+255+106=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF6A is #520095. Grayscale: #D6D6D6. Windows color (decimal): -5374102 or 7012269. OLE color: 7012269.
HSL color Cylindrical-coordinate representation of color #ADFF6A: hue angle of 93.02º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADFF6A is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 106 | - |
| CMYK | 0.32 | 0 | 0.58 | 0 |
| HSL | 93.02º | 1% | 0.71% | - |
| HSV(B) | 93.02º | 0.58% | 1% | - |
| XYZ | 55.6 | 81.44 | 26.43 | - |
| YUV | 213.5 | 67.33 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 106 | 0.32 | 0 | 0.58 | 0 | 93.02 | 1 | 0.71 |
| Hex | AD | FF | 6A | 20 | 0 | 3A | 0 | 5D | 64 | 47 |
| Octal | 255 | 377 | 152 | 40 | 0 | 72 | 0 | 135 | 144 | 107 |
| Binary | 10101101 | 11111111 | 1101010 | 100000 | 0 | 111010 | 0 | 1011101 | 1100100 | 1000111 |
Color Harmonies of #ADFF6A
Complementary color
Monochromatic Colors of #ADFF6A
Black with #ADFF6A
Text Example
Text Example
White with #ADFF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF6A; }
p { color: rgb(173,255,106); }
H1.HeaderClassName
{
color: #ADFF6A;
}
.AnyTagClassName
{
color: #ADFF6A;
}
</style>
background-color css
<style>
a { background-color: #ADFF6A; }
a { background-color: rgb(173,255,106); }
div.DivClassName
{
background-color: #ADFF6A;
}
.BgClassName
{
background-color: #ADFF6A;
}
</style>
border-color css
<style>
span { border-color: #ADFF6A; }
span { border-color: rgb(173,255,106); }
td.TdClassName
{
border-color: #ADFF6A;
}
.TagClassName
{
border-color: #ADFF6A;
}
</style>