Shades of Atlantis #A8D342
Tints of Atlantis #A8D342
RGB
CMYK
RGB Variations
Color information
#A8D342 (or 0xA8D342) is known color: Atlantis. HEX triplet: A8, D3 and 42. RGB value is (168,211,66). Sum of RGB (Red+Green+Blue) = 168+211+66=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D342 is #572CBD. Grayscale: #B6B6B6. Windows color (decimal): -5713086 or 4379560. OLE color: 4379560.
HSL color Cylindrical-coordinate representation of color #A8D342: hue angle of 77.79º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8D342 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 66 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.17 |
| HSL | 77.79º | 0.62% | 0.54% | - |
| HSV(B) | 77.79º | 0.69% | 0.83% | - |
| XYZ | 40.43 | 55.31 | 13.7 | - |
| YUV | 181.61 | 62.75 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 66 | 0.20 | 0 | 0.69 | 0.17 | 77.79 | 0.62 | 0.54 |
| Hex | A8 | D3 | 42 | 14 | 0 | 45 | 11 | 4E | 3E | 36 |
| Octal | 250 | 323 | 102 | 24 | 0 | 105 | 21 | 116 | 76 | 66 |
| Binary | 10101000 | 11010011 | 1000010 | 10100 | 0 | 1000101 | 10001 | 1001110 | 111110 | 110110 |
Color Harmonies of #A8D342
Complementary color
Monochromatic Colors of #A8D342
Black with #A8D342
Text Example
Text Example
White with #A8D342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D342; }
p { color: rgb(168,211,66); }
H1.HeaderClassName
{
color: #A8D342;
}
.AnyTagClassName
{
color: #A8D342;
}
</style>
background-color css
<style>
a { background-color: #A8D342; }
a { background-color: rgb(168,211,66); }
div.DivClassName
{
background-color: #A8D342;
}
.BgClassName
{
background-color: #A8D342;
}
</style>
border-color css
<style>
span { border-color: #A8D342; }
span { border-color: rgb(168,211,66); }
td.TdClassName
{
border-color: #A8D342;
}
.TagClassName
{
border-color: #A8D342;
}
</style>