Shades of Atlantis #A0CD3E
Tints of Atlantis #A0CD3E
RGB
CMYK
RGB Variations
Color information
#A0CD3E (or 0xA0CD3E) is known color: Atlantis. HEX triplet: A0, CD and 3E. RGB value is (160,205,62). Sum of RGB (Red+Green+Blue) = 160+205+62=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CD3E is #5F32C1. Grayscale: #AFAFAF. Windows color (decimal): -6238914 or 4115872. OLE color: 4115872.
HSL color Cylindrical-coordinate representation of color #A0CD3E: hue angle of 78.88º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0CD3E is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 62 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.20 |
| HSL | 78.88º | 0.59% | 0.52% | - |
| HSV(B) | 78.88º | 0.7% | 0.8% | - |
| XYZ | 37.2 | 51.48 | 12.53 | - |
| YUV | 175.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 62 | 0.22 | 0 | 0.70 | 0.20 | 78.88 | 0.59 | 0.52 |
| Hex | A0 | CD | 3E | 16 | 0 | 46 | 14 | 4F | 3B | 34 |
| Octal | 240 | 315 | 76 | 26 | 0 | 106 | 24 | 117 | 73 | 64 |
| Binary | 10100000 | 11001101 | 111110 | 10110 | 0 | 1000110 | 10100 | 1001111 | 111011 | 110100 |
Color Harmonies of #A0CD3E
Complementary color
Monochromatic Colors of #A0CD3E
Black with #A0CD3E
Text Example
Text Example
White with #A0CD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CD3E; }
p { color: rgb(160,205,62); }
H1.HeaderClassName
{
color: #A0CD3E;
}
.AnyTagClassName
{
color: #A0CD3E;
}
</style>
background-color css
<style>
a { background-color: #A0CD3E; }
a { background-color: rgb(160,205,62); }
div.DivClassName
{
background-color: #A0CD3E;
}
.BgClassName
{
background-color: #A0CD3E;
}
</style>
border-color css
<style>
span { border-color: #A0CD3E; }
span { border-color: rgb(160,205,62); }
td.TdClassName
{
border-color: #A0CD3E;
}
.TagClassName
{
border-color: #A0CD3E;
}
</style>