Shades of Atlantis #A0D038
Tints of Atlantis #A0D038
RGB
CMYK
RGB Variations
Color information
#A0D038 (or 0xA0D038) is known color: Atlantis. HEX triplet: A0, D0 and 38. RGB value is (160,208,56). Sum of RGB (Red+Green+Blue) = 160+208+56=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D038 is #5F2FC7. Grayscale: #B0B0B0. Windows color (decimal): -6238152 or 3723424. OLE color: 3723424.
HSL color Cylindrical-coordinate representation of color #A0D038: hue angle of 78.95º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0D038 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 56 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.18 |
| HSL | 78.95º | 0.62% | 0.52% | - |
| HSV(B) | 78.95º | 0.73% | 0.82% | - |
| XYZ | 37.77 | 52.87 | 11.96 | - |
| YUV | 176.32 | 60.1 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 56 | 0.23 | 0 | 0.73 | 0.18 | 78.95 | 0.62 | 0.52 |
| Hex | A0 | D0 | 38 | 17 | 0 | 49 | 12 | 4F | 3E | 34 |
| Octal | 240 | 320 | 70 | 27 | 0 | 111 | 22 | 117 | 76 | 64 |
| Binary | 10100000 | 11010000 | 111000 | 10111 | 0 | 1001001 | 10010 | 1001111 | 111110 | 110100 |
Color Harmonies of #A0D038
Complementary color
Monochromatic Colors of #A0D038
Black with #A0D038
Text Example
Text Example
White with #A0D038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D038; }
p { color: rgb(160,208,56); }
H1.HeaderClassName
{
color: #A0D038;
}
.AnyTagClassName
{
color: #A0D038;
}
</style>
background-color css
<style>
a { background-color: #A0D038; }
a { background-color: rgb(160,208,56); }
div.DivClassName
{
background-color: #A0D038;
}
.BgClassName
{
background-color: #A0D038;
}
</style>
border-color css
<style>
span { border-color: #A0D038; }
span { border-color: rgb(160,208,56); }
td.TdClassName
{
border-color: #A0D038;
}
.TagClassName
{
border-color: #A0D038;
}
</style>