Shades of Atlantis #A8DF30
Tints of Atlantis #A8DF30
RGB
CMYK
RGB Variations
Color information
#A8DF30 (or 0xA8DF30) is known color: Atlantis. HEX triplet: A8, DF and 30. RGB value is (168,223,48). Sum of RGB (Red+Green+Blue) = 168+223+48=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DF30 is #5720CF. Grayscale: #BBBBBB. Windows color (decimal): -5710032 or 3202984. OLE color: 3202984.
HSL color Cylindrical-coordinate representation of color #A8DF30: hue angle of 78.86º degrees, saturation: 0.73, 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 #A8DF30 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 48 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.13 |
| HSL | 78.86º | 0.73% | 0.53% | - |
| HSV(B) | 78.86º | 0.78% | 0.87% | - |
| XYZ | 43.07 | 61.31 | 12.36 | - |
| YUV | 186.61 | 49.78 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 48 | 0.25 | 0 | 0.78 | 0.13 | 78.86 | 0.73 | 0.53 |
| Hex | A8 | DF | 30 | 19 | 0 | 4E | D | 4F | 49 | 35 |
| Octal | 250 | 337 | 60 | 31 | 0 | 116 | 15 | 117 | 111 | 65 |
| Binary | 10101000 | 11011111 | 110000 | 11001 | 0 | 1001110 | 1101 | 1001111 | 1001001 | 110101 |
Color Harmonies of #A8DF30
Complementary color
Monochromatic Colors of #A8DF30
Black with #A8DF30
Text Example
Text Example
White with #A8DF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF30; }
p { color: rgb(168,223,48); }
H1.HeaderClassName
{
color: #A8DF30;
}
.AnyTagClassName
{
color: #A8DF30;
}
</style>
background-color css
<style>
a { background-color: #A8DF30; }
a { background-color: rgb(168,223,48); }
div.DivClassName
{
background-color: #A8DF30;
}
.BgClassName
{
background-color: #A8DF30;
}
</style>
border-color css
<style>
span { border-color: #A8DF30; }
span { border-color: rgb(168,223,48); }
td.TdClassName
{
border-color: #A8DF30;
}
.TagClassName
{
border-color: #A8DF30;
}
</style>