Shades of Atlantis #A8DC3D
Tints of Atlantis #A8DC3D
RGB
CMYK
RGB Variations
Color information
#A8DC3D (or 0xA8DC3D) is known color: Atlantis. HEX triplet: A8, DC and 3D. RGB value is (168,220,61). Sum of RGB (Red+Green+Blue) = 168+220+61=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DC3D is #5723C2. Grayscale: #BABABA. Windows color (decimal): -5710787 or 4054184. OLE color: 4054184.
HSL color Cylindrical-coordinate representation of color #A8DC3D: hue angle of 79.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8DC3D is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 61 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.14 |
| HSL | 79.62º | 0.69% | 0.55% | - |
| HSV(B) | 79.62º | 0.72% | 0.86% | - |
| XYZ | 42.58 | 59.85 | 13.72 | - |
| YUV | 186.33 | 57.27 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 61 | 0.24 | 0 | 0.72 | 0.14 | 79.62 | 0.69 | 0.55 |
| Hex | A8 | DC | 3D | 18 | 0 | 48 | E | 50 | 45 | 37 |
| Octal | 250 | 334 | 75 | 30 | 0 | 110 | 16 | 120 | 105 | 67 |
| Binary | 10101000 | 11011100 | 111101 | 11000 | 0 | 1001000 | 1110 | 1010000 | 1000101 | 110111 |
Color Harmonies of #A8DC3D
Complementary color
Monochromatic Colors of #A8DC3D
Black with #A8DC3D
Text Example
Text Example
White with #A8DC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC3D; }
p { color: rgb(168,220,61); }
H1.HeaderClassName
{
color: #A8DC3D;
}
.AnyTagClassName
{
color: #A8DC3D;
}
</style>
background-color css
<style>
a { background-color: #A8DC3D; }
a { background-color: rgb(168,220,61); }
div.DivClassName
{
background-color: #A8DC3D;
}
.BgClassName
{
background-color: #A8DC3D;
}
</style>
border-color css
<style>
span { border-color: #A8DC3D; }
span { border-color: rgb(168,220,61); }
td.TdClassName
{
border-color: #A8DC3D;
}
.TagClassName
{
border-color: #A8DC3D;
}
</style>