Shades of Atlantis #A8D43C
Tints of Atlantis #A8D43C
RGB
CMYK
RGB Variations
Color information
#A8D43C (or 0xA8D43C) is known color: Atlantis. HEX triplet: A8, D4 and 3C. RGB value is (168,212,60). Sum of RGB (Red+Green+Blue) = 168+212+60=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D43C is #572BC3. Grayscale: #B6B6B6. Windows color (decimal): -5712836 or 3986600. OLE color: 3986600.
HSL color Cylindrical-coordinate representation of color #A8D43C: hue angle of 77.37º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8D43C is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 60 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.17 |
| HSL | 77.37º | 0.64% | 0.53% | - |
| HSV(B) | 77.37º | 0.72% | 0.83% | - |
| XYZ | 40.51 | 55.74 | 12.9 | - |
| YUV | 181.52 | 59.42 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 60 | 0.21 | 0 | 0.72 | 0.17 | 77.37 | 0.64 | 0.53 |
| Hex | A8 | D4 | 3C | 15 | 0 | 48 | 11 | 4D | 40 | 35 |
| Octal | 250 | 324 | 74 | 25 | 0 | 110 | 21 | 115 | 100 | 65 |
| Binary | 10101000 | 11010100 | 111100 | 10101 | 0 | 1001000 | 10001 | 1001101 | 1000000 | 110101 |
Color Harmonies of #A8D43C
Complementary color
Monochromatic Colors of #A8D43C
Black with #A8D43C
Text Example
Text Example
White with #A8D43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D43C; }
p { color: rgb(168,212,60); }
H1.HeaderClassName
{
color: #A8D43C;
}
.AnyTagClassName
{
color: #A8D43C;
}
</style>
background-color css
<style>
a { background-color: #A8D43C; }
a { background-color: rgb(168,212,60); }
div.DivClassName
{
background-color: #A8D43C;
}
.BgClassName
{
background-color: #A8D43C;
}
</style>
border-color css
<style>
span { border-color: #A8D43C; }
span { border-color: rgb(168,212,60); }
td.TdClassName
{
border-color: #A8D43C;
}
.TagClassName
{
border-color: #A8D43C;
}
</style>