Shades of Atlantis #A8DD30
Tints of Atlantis #A8DD30
RGB
CMYK
RGB Variations
Color information
#A8DD30 (or 0xA8DD30) is known color: Atlantis. HEX triplet: A8, DD and 30. RGB value is (168,221,48). Sum of RGB (Red+Green+Blue) = 168+221+48=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD30 is #5722CF. Grayscale: #BABABA. Windows color (decimal): -5710544 or 3202472. OLE color: 3202472.
HSL color Cylindrical-coordinate representation of color #A8DD30: hue angle of 78.38º 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 #A8DD30 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 48 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.13 |
| HSL | 78.38º | 0.72% | 0.53% | - |
| HSV(B) | 78.38º | 0.78% | 0.87% | - |
| XYZ | 42.54 | 60.25 | 12.18 | - |
| YUV | 185.43 | 50.44 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 48 | 0.24 | 0 | 0.78 | 0.13 | 78.38 | 0.72 | 0.53 |
| Hex | A8 | DD | 30 | 18 | 0 | 4E | D | 4E | 48 | 35 |
| Octal | 250 | 335 | 60 | 30 | 0 | 116 | 15 | 116 | 110 | 65 |
| Binary | 10101000 | 11011101 | 110000 | 11000 | 0 | 1001110 | 1101 | 1001110 | 1001000 | 110101 |
Color Harmonies of #A8DD30
Complementary color
Monochromatic Colors of #A8DD30
Black with #A8DD30
Text Example
Text Example
White with #A8DD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD30; }
p { color: rgb(168,221,48); }
H1.HeaderClassName
{
color: #A8DD30;
}
.AnyTagClassName
{
color: #A8DD30;
}
</style>
background-color css
<style>
a { background-color: #A8DD30; }
a { background-color: rgb(168,221,48); }
div.DivClassName
{
background-color: #A8DD30;
}
.BgClassName
{
background-color: #A8DD30;
}
</style>
border-color css
<style>
span { border-color: #A8DD30; }
span { border-color: rgb(168,221,48); }
td.TdClassName
{
border-color: #A8DD30;
}
.TagClassName
{
border-color: #A8DD30;
}
</style>