Shades of Atlantis #A0C63A
Tints of Atlantis #A0C63A
RGB
CMYK
RGB Variations
Color information
#A0C63A (or 0xA0C63A) is known color: Atlantis. HEX triplet: A0, C6 and 3A. RGB value is (160,198,58). Sum of RGB (Red+Green+Blue) = 160+198+58=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C63A is #5F39C5. Grayscale: #ABABAB. Windows color (decimal): -6240710 or 3851936. OLE color: 3851936.
HSL color Cylindrical-coordinate representation of color #A0C63A: hue angle of 76.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0C63A is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 58 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.22 |
| HSL | 76.29º | 0.55% | 0.5% | - |
| HSV(B) | 76.29º | 0.71% | 0.78% | - |
| XYZ | 35.46 | 48.17 | 11.43 | - |
| YUV | 170.68 | 64.41 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 58 | 0.19 | 0 | 0.71 | 0.22 | 76.29 | 0.55 | 0.5 |
| Hex | A0 | C6 | 3A | 13 | 0 | 47 | 16 | 4C | 37 | 32 |
| Octal | 240 | 306 | 72 | 23 | 0 | 107 | 26 | 114 | 67 | 62 |
| Binary | 10100000 | 11000110 | 111010 | 10011 | 0 | 1000111 | 10110 | 1001100 | 110111 | 110010 |
Color Harmonies of #A0C63A
Complementary color
Monochromatic Colors of #A0C63A
Black with #A0C63A
Text Example
Text Example
White with #A0C63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C63A; }
p { color: rgb(160,198,58); }
H1.HeaderClassName
{
color: #A0C63A;
}
.AnyTagClassName
{
color: #A0C63A;
}
</style>
background-color css
<style>
a { background-color: #A0C63A; }
a { background-color: rgb(160,198,58); }
div.DivClassName
{
background-color: #A0C63A;
}
.BgClassName
{
background-color: #A0C63A;
}
</style>
border-color css
<style>
span { border-color: #A0C63A; }
span { border-color: rgb(160,198,58); }
td.TdClassName
{
border-color: #A0C63A;
}
.TagClassName
{
border-color: #A0C63A;
}
</style>