Shades of Atlantis #A0C652
Tints of Atlantis #A0C652
RGB
CMYK
RGB Variations
Color information
#A0C652 (or 0xA0C652) is known color: Atlantis. HEX triplet: A0, C6 and 52. RGB value is (160,198,82). Sum of RGB (Red+Green+Blue) = 160+198+82=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C652 is #5F39AD. Grayscale: #ADADAD. Windows color (decimal): -6240686 or 5424800. OLE color: 5424800.
HSL color Cylindrical-coordinate representation of color #A0C652: hue angle of 79.66º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0C652 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 82 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.22 |
| HSL | 79.66º | 0.5% | 0.55% | - |
| HSV(B) | 79.66º | 0.59% | 0.78% | - |
| XYZ | 36.21 | 48.47 | 15.43 | - |
| YUV | 173.41 | 76.41 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 82 | 0.19 | 0 | 0.59 | 0.22 | 79.66 | 0.5 | 0.55 |
| Hex | A0 | C6 | 52 | 13 | 0 | 3B | 16 | 50 | 32 | 37 |
| Octal | 240 | 306 | 122 | 23 | 0 | 73 | 26 | 120 | 62 | 67 |
| Binary | 10100000 | 11000110 | 1010010 | 10011 | 0 | 111011 | 10110 | 1010000 | 110010 | 110111 |
Color Harmonies of #A0C652
Complementary color
Monochromatic Colors of #A0C652
Black with #A0C652
Text Example
Text Example
White with #A0C652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C652; }
p { color: rgb(160,198,82); }
H1.HeaderClassName
{
color: #A0C652;
}
.AnyTagClassName
{
color: #A0C652;
}
</style>
background-color css
<style>
a { background-color: #A0C652; }
a { background-color: rgb(160,198,82); }
div.DivClassName
{
background-color: #A0C652;
}
.BgClassName
{
background-color: #A0C652;
}
</style>
border-color css
<style>
span { border-color: #A0C652; }
span { border-color: rgb(160,198,82); }
td.TdClassName
{
border-color: #A0C652;
}
.TagClassName
{
border-color: #A0C652;
}
</style>