Shades of Atlantis #A8DB3F
Tints of Atlantis #A8DB3F
RGB
CMYK
RGB Variations
Color information
#A8DB3F (or 0xA8DB3F) is known color: Atlantis. HEX triplet: A8, DB and 3F. RGB value is (168,219,63). Sum of RGB (Red+Green+Blue) = 168+219+63=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DB3F is #5724C0. Grayscale: #BABABA. Windows color (decimal): -5711041 or 4185000. OLE color: 4185000.
HSL color Cylindrical-coordinate representation of color #A8DB3F: hue angle of 79.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8DB3F is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 63 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.14 |
| HSL | 79.62º | 0.68% | 0.55% | - |
| HSV(B) | 79.62º | 0.71% | 0.86% | - |
| XYZ | 42.38 | 59.35 | 13.92 | - |
| YUV | 185.97 | 58.6 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 63 | 0.23 | 0 | 0.71 | 0.14 | 79.62 | 0.68 | 0.55 |
| Hex | A8 | DB | 3F | 17 | 0 | 47 | E | 50 | 44 | 37 |
| Octal | 250 | 333 | 77 | 27 | 0 | 107 | 16 | 120 | 104 | 67 |
| Binary | 10101000 | 11011011 | 111111 | 10111 | 0 | 1000111 | 1110 | 1010000 | 1000100 | 110111 |
Color Harmonies of #A8DB3F
Complementary color
Monochromatic Colors of #A8DB3F
Black with #A8DB3F
Text Example
Text Example
White with #A8DB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB3F; }
p { color: rgb(168,219,63); }
H1.HeaderClassName
{
color: #A8DB3F;
}
.AnyTagClassName
{
color: #A8DB3F;
}
</style>
background-color css
<style>
a { background-color: #A8DB3F; }
a { background-color: rgb(168,219,63); }
div.DivClassName
{
background-color: #A8DB3F;
}
.BgClassName
{
background-color: #A8DB3F;
}
</style>
border-color css
<style>
span { border-color: #A8DB3F; }
span { border-color: rgb(168,219,63); }
td.TdClassName
{
border-color: #A8DB3F;
}
.TagClassName
{
border-color: #A8DB3F;
}
</style>