Shades of Atlantis #A8CD3E
Tints of Atlantis #A8CD3E
RGB
CMYK
RGB Variations
Color information
#A8CD3E (or 0xA8CD3E) is known color: Atlantis. HEX triplet: A8, CD and 3E. RGB value is (168,205,62). Sum of RGB (Red+Green+Blue) = 168+205+62=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CD3E is #5732C1. Grayscale: #B2B2B2. Windows color (decimal): -5714626 or 4115880. OLE color: 4115880.
HSL color Cylindrical-coordinate representation of color #A8CD3E: hue angle of 75.52º degrees, saturation: 0.59, 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 #A8CD3E is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 62 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.20 |
| HSL | 75.52º | 0.59% | 0.52% | - |
| HSV(B) | 75.52º | 0.7% | 0.8% | - |
| XYZ | 38.85 | 52.34 | 12.61 | - |
| YUV | 177.64 | 62.74 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 62 | 0.18 | 0 | 0.70 | 0.20 | 75.52 | 0.59 | 0.52 |
| Hex | A8 | CD | 3E | 12 | 0 | 46 | 14 | 4C | 3B | 34 |
| Octal | 250 | 315 | 76 | 22 | 0 | 106 | 24 | 114 | 73 | 64 |
| Binary | 10101000 | 11001101 | 111110 | 10010 | 0 | 1000110 | 10100 | 1001100 | 111011 | 110100 |
Color Harmonies of #A8CD3E
Complementary color
Monochromatic Colors of #A8CD3E
Black with #A8CD3E
Text Example
Text Example
White with #A8CD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD3E; }
p { color: rgb(168,205,62); }
H1.HeaderClassName
{
color: #A8CD3E;
}
.AnyTagClassName
{
color: #A8CD3E;
}
</style>
background-color css
<style>
a { background-color: #A8CD3E; }
a { background-color: rgb(168,205,62); }
div.DivClassName
{
background-color: #A8CD3E;
}
.BgClassName
{
background-color: #A8CD3E;
}
</style>
border-color css
<style>
span { border-color: #A8CD3E; }
span { border-color: rgb(168,205,62); }
td.TdClassName
{
border-color: #A8CD3E;
}
.TagClassName
{
border-color: #A8CD3E;
}
</style>