Shades of Atlantis #A0C93D
Tints of Atlantis #A0C93D
RGB
CMYK
RGB Variations
Color information
#A0C93D (or 0xA0C93D) is known color: Atlantis. HEX triplet: A0, C9 and 3D. RGB value is (160,201,61). Sum of RGB (Red+Green+Blue) = 160+201+61=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C93D is #5F36C2. Grayscale: #ADADAD. Windows color (decimal): -6239939 or 4049312. OLE color: 4049312.
HSL color Cylindrical-coordinate representation of color #A0C93D: hue angle of 77.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0C93D is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 61 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.21 |
| HSL | 77.57º | 0.56% | 0.51% | - |
| HSV(B) | 77.57º | 0.7% | 0.79% | - |
| XYZ | 36.23 | 49.58 | 12.08 | - |
| YUV | 172.78 | 64.92 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 61 | 0.20 | 0 | 0.70 | 0.21 | 77.57 | 0.56 | 0.51 |
| Hex | A0 | C9 | 3D | 14 | 0 | 46 | 15 | 4E | 38 | 33 |
| Octal | 240 | 311 | 75 | 24 | 0 | 106 | 25 | 116 | 70 | 63 |
| Binary | 10100000 | 11001001 | 111101 | 10100 | 0 | 1000110 | 10101 | 1001110 | 111000 | 110011 |
Color Harmonies of #A0C93D
Complementary color
Monochromatic Colors of #A0C93D
Black with #A0C93D
Text Example
Text Example
White with #A0C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C93D; }
p { color: rgb(160,201,61); }
H1.HeaderClassName
{
color: #A0C93D;
}
.AnyTagClassName
{
color: #A0C93D;
}
</style>
background-color css
<style>
a { background-color: #A0C93D; }
a { background-color: rgb(160,201,61); }
div.DivClassName
{
background-color: #A0C93D;
}
.BgClassName
{
background-color: #A0C93D;
}
</style>
border-color css
<style>
span { border-color: #A0C93D; }
span { border-color: rgb(160,201,61); }
td.TdClassName
{
border-color: #A0C93D;
}
.TagClassName
{
border-color: #A0C93D;
}
</style>