Shades of Atlantis #A6DD30
Tints of Atlantis #A6DD30
RGB
CMYK
RGB Variations
Color information
#A6DD30 (or 0xA6DD30) is known color: Atlantis. HEX triplet: A6, DD and 30. RGB value is (166,221,48). Sum of RGB (Red+Green+Blue) = 166+221+48=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD30 is #5922CF. Grayscale: #B9B9B9. Windows color (decimal): -5841616 or 3202470. OLE color: 3202470.
HSL color Cylindrical-coordinate representation of color #A6DD30: hue angle of 79.08º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6DD30 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 48 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.13 |
| HSL | 79.08º | 0.72% | 0.53% | - |
| HSV(B) | 79.08º | 0.78% | 0.87% | - |
| XYZ | 42.12 | 60.03 | 12.16 | - |
| YUV | 184.83 | 50.78 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 48 | 0.25 | 0 | 0.78 | 0.13 | 79.08 | 0.72 | 0.53 |
| Hex | A6 | DD | 30 | 19 | 0 | 4E | D | 4F | 48 | 35 |
| Octal | 246 | 335 | 60 | 31 | 0 | 116 | 15 | 117 | 110 | 65 |
| Binary | 10100110 | 11011101 | 110000 | 11001 | 0 | 1001110 | 1101 | 1001111 | 1001000 | 110101 |
Color Harmonies of #A6DD30
Complementary color
Monochromatic Colors of #A6DD30
Black with #A6DD30
Text Example
Text Example
White with #A6DD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD30; }
p { color: rgb(166,221,48); }
H1.HeaderClassName
{
color: #A6DD30;
}
.AnyTagClassName
{
color: #A6DD30;
}
</style>
background-color css
<style>
a { background-color: #A6DD30; }
a { background-color: rgb(166,221,48); }
div.DivClassName
{
background-color: #A6DD30;
}
.BgClassName
{
background-color: #A6DD30;
}
</style>
border-color css
<style>
span { border-color: #A6DD30; }
span { border-color: rgb(166,221,48); }
td.TdClassName
{
border-color: #A6DD30;
}
.TagClassName
{
border-color: #A6DD30;
}
</style>