Shades of Atlantis #A8CE3D
Tints of Atlantis #A8CE3D
RGB
CMYK
RGB Variations
Color information
#A8CE3D (or 0xA8CE3D) is known color: Atlantis. HEX triplet: A8, CE and 3D. RGB value is (168,206,61). Sum of RGB (Red+Green+Blue) = 168+206+61=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CE3D is #5731C2. Grayscale: #B2B2B2. Windows color (decimal): -5714371 or 4050600. OLE color: 4050600.
HSL color Cylindrical-coordinate representation of color #A8CE3D: hue angle of 75.72º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8CE3D is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 61 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.19 |
| HSL | 75.72º | 0.6% | 0.52% | - |
| HSV(B) | 75.72º | 0.7% | 0.81% | - |
| XYZ | 39.06 | 52.8 | 12.55 | - |
| YUV | 178.11 | 61.91 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 61 | 0.18 | 0 | 0.70 | 0.19 | 75.72 | 0.6 | 0.52 |
| Hex | A8 | CE | 3D | 12 | 0 | 46 | 13 | 4C | 3C | 34 |
| Octal | 250 | 316 | 75 | 22 | 0 | 106 | 23 | 114 | 74 | 64 |
| Binary | 10101000 | 11001110 | 111101 | 10010 | 0 | 1000110 | 10011 | 1001100 | 111100 | 110100 |
Color Harmonies of #A8CE3D
Complementary color
Monochromatic Colors of #A8CE3D
Black with #A8CE3D
Text Example
Text Example
White with #A8CE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CE3D; }
p { color: rgb(168,206,61); }
H1.HeaderClassName
{
color: #A8CE3D;
}
.AnyTagClassName
{
color: #A8CE3D;
}
</style>
background-color css
<style>
a { background-color: #A8CE3D; }
a { background-color: rgb(168,206,61); }
div.DivClassName
{
background-color: #A8CE3D;
}
.BgClassName
{
background-color: #A8CE3D;
}
</style>
border-color css
<style>
span { border-color: #A8CE3D; }
span { border-color: rgb(168,206,61); }
td.TdClassName
{
border-color: #A8CE3D;
}
.TagClassName
{
border-color: #A8CE3D;
}
</style>