Shades of Atlantis #A8CC3D
Tints of Atlantis #A8CC3D
RGB
CMYK
RGB Variations
Color information
#A8CC3D (or 0xA8CC3D) is known color: Atlantis. HEX triplet: A8, CC and 3D. RGB value is (168,204,61). Sum of RGB (Red+Green+Blue) = 168+204+61=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC3D is #5733C2. Grayscale: #B1B1B1. Windows color (decimal): -5714883 or 4050088. OLE color: 4050088.
HSL color Cylindrical-coordinate representation of color #A8CC3D: hue angle of 75.1º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8CC3D is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 61 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.2 |
| HSL | 75.1º | 0.58% | 0.52% | - |
| HSV(B) | 75.1º | 0.7% | 0.8% | - |
| XYZ | 38.58 | 51.85 | 12.39 | - |
| YUV | 176.93 | 62.57 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 61 | 0.18 | 0 | 0.70 | 0.2 | 75.1 | 0.58 | 0.52 |
| Hex | A8 | CC | 3D | 12 | 0 | 46 | 14 | 4B | 3A | 34 |
| Octal | 250 | 314 | 75 | 22 | 0 | 106 | 24 | 113 | 72 | 64 |
| Binary | 10101000 | 11001100 | 111101 | 10010 | 0 | 1000110 | 10100 | 1001011 | 111010 | 110100 |
Color Harmonies of #A8CC3D
Complementary color
Monochromatic Colors of #A8CC3D
Black with #A8CC3D
Text Example
Text Example
White with #A8CC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC3D; }
p { color: rgb(168,204,61); }
H1.HeaderClassName
{
color: #A8CC3D;
}
.AnyTagClassName
{
color: #A8CC3D;
}
</style>
background-color css
<style>
a { background-color: #A8CC3D; }
a { background-color: rgb(168,204,61); }
div.DivClassName
{
background-color: #A8CC3D;
}
.BgClassName
{
background-color: #A8CC3D;
}
</style>
border-color css
<style>
span { border-color: #A8CC3D; }
span { border-color: rgb(168,204,61); }
td.TdClassName
{
border-color: #A8CC3D;
}
.TagClassName
{
border-color: #A8CC3D;
}
</style>