Shades of Atlantis #A8DD3F
Tints of Atlantis #A8DD3F
RGB
CMYK
RGB Variations
Color information
#A8DD3F (or 0xA8DD3F) is known color: Atlantis. HEX triplet: A8, DD and 3F. RGB value is (168,221,63). Sum of RGB (Red+Green+Blue) = 168+221+63=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 63 (25% from 255 or 13.94% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD3F is #5722C0. Grayscale: #BBBBBB. Windows color (decimal): -5710529 or 4185512. OLE color: 4185512.
HSL color Cylindrical-coordinate representation of color #A8DD3F: hue angle of 80.13º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8DD3F is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 63 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.13 |
| HSL | 80.13º | 0.7% | 0.56% | - |
| HSV(B) | 80.13º | 0.71% | 0.87% | - |
| XYZ | 42.9 | 60.4 | 14.1 | - |
| YUV | 187.14 | 57.94 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 63 | 0.24 | 0 | 0.71 | 0.13 | 80.13 | 0.7 | 0.56 |
| Hex | A8 | DD | 3F | 18 | 0 | 47 | D | 50 | 46 | 38 |
| Octal | 250 | 335 | 77 | 30 | 0 | 107 | 15 | 120 | 106 | 70 |
| Binary | 10101000 | 11011101 | 111111 | 11000 | 0 | 1000111 | 1101 | 1010000 | 1000110 | 111000 |
Color Harmonies of #A8DD3F
Complementary color
Monochromatic Colors of #A8DD3F
Black with #A8DD3F
Text Example
Text Example
White with #A8DD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD3F; }
p { color: rgb(168,221,63); }
H1.HeaderClassName
{
color: #A8DD3F;
}
.AnyTagClassName
{
color: #A8DD3F;
}
</style>
background-color css
<style>
a { background-color: #A8DD3F; }
a { background-color: rgb(168,221,63); }
div.DivClassName
{
background-color: #A8DD3F;
}
.BgClassName
{
background-color: #A8DD3F;
}
</style>
border-color css
<style>
span { border-color: #A8DD3F; }
span { border-color: rgb(168,221,63); }
td.TdClassName
{
border-color: #A8DD3F;
}
.TagClassName
{
border-color: #A8DD3F;
}
</style>