Shades of Atlantis #A8DB3C
Tints of Atlantis #A8DB3C
RGB
CMYK
RGB Variations
Color information
#A8DB3C (or 0xA8DB3C) is known color: Atlantis. HEX triplet: A8, DB and 3C. RGB value is (168,219,60). Sum of RGB (Red+Green+Blue) = 168+219+60=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DB3C is #5724C3. Grayscale: #BABABA. Windows color (decimal): -5711044 or 3988392. OLE color: 3988392.
HSL color Cylindrical-coordinate representation of color #A8DB3C: hue angle of 79.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8DB3C is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 60 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.14 |
| HSL | 79.25º | 0.69% | 0.55% | - |
| HSV(B) | 79.25º | 0.73% | 0.86% | - |
| XYZ | 42.3 | 59.31 | 13.49 | - |
| YUV | 185.63 | 57.1 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 60 | 0.23 | 0 | 0.73 | 0.14 | 79.25 | 0.69 | 0.55 |
| Hex | A8 | DB | 3C | 17 | 0 | 49 | E | 4F | 45 | 37 |
| Octal | 250 | 333 | 74 | 27 | 0 | 111 | 16 | 117 | 105 | 67 |
| Binary | 10101000 | 11011011 | 111100 | 10111 | 0 | 1001001 | 1110 | 1001111 | 1000101 | 110111 |
Color Harmonies of #A8DB3C
Complementary color
Monochromatic Colors of #A8DB3C
Black with #A8DB3C
Text Example
Text Example
White with #A8DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB3C; }
p { color: rgb(168,219,60); }
H1.HeaderClassName
{
color: #A8DB3C;
}
.AnyTagClassName
{
color: #A8DB3C;
}
</style>
background-color css
<style>
a { background-color: #A8DB3C; }
a { background-color: rgb(168,219,60); }
div.DivClassName
{
background-color: #A8DB3C;
}
.BgClassName
{
background-color: #A8DB3C;
}
</style>
border-color css
<style>
span { border-color: #A8DB3C; }
span { border-color: rgb(168,219,60); }
td.TdClassName
{
border-color: #A8DB3C;
}
.TagClassName
{
border-color: #A8DB3C;
}
</style>