Shades of Atlantis #A0D635
Tints of Atlantis #A0D635
RGB
CMYK
RGB Variations
Color information
#A0D635 (or 0xA0D635) is known color: Atlantis. HEX triplet: A0, D6 and 35. RGB value is (160,214,53). Sum of RGB (Red+Green+Blue) = 160+214+53=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D635 is #5F29CA. Grayscale: #B4B4B4. Windows color (decimal): -6236619 or 3528352. OLE color: 3528352.
HSL color Cylindrical-coordinate representation of color #A0D635: hue angle of 80.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0D635 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 53 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.16 |
| HSL | 80.12º | 0.66% | 0.52% | - |
| HSV(B) | 80.12º | 0.75% | 0.84% | - |
| XYZ | 39.19 | 55.82 | 12.08 | - |
| YUV | 179.5 | 56.61 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 53 | 0.25 | 0 | 0.75 | 0.16 | 80.12 | 0.66 | 0.52 |
| Hex | A0 | D6 | 35 | 19 | 0 | 4B | 10 | 50 | 42 | 34 |
| Octal | 240 | 326 | 65 | 31 | 0 | 113 | 20 | 120 | 102 | 64 |
| Binary | 10100000 | 11010110 | 110101 | 11001 | 0 | 1001011 | 10000 | 1010000 | 1000010 | 110100 |
Color Harmonies of #A0D635
Complementary color
Monochromatic Colors of #A0D635
Black with #A0D635
Text Example
Text Example
White with #A0D635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D635; }
p { color: rgb(160,214,53); }
H1.HeaderClassName
{
color: #A0D635;
}
.AnyTagClassName
{
color: #A0D635;
}
</style>
background-color css
<style>
a { background-color: #A0D635; }
a { background-color: rgb(160,214,53); }
div.DivClassName
{
background-color: #A0D635;
}
.BgClassName
{
background-color: #A0D635;
}
</style>
border-color css
<style>
span { border-color: #A0D635; }
span { border-color: rgb(160,214,53); }
td.TdClassName
{
border-color: #A0D635;
}
.TagClassName
{
border-color: #A0D635;
}
</style>