Shades of Atlantis #A0C350
Tints of Atlantis #A0C350
RGB
CMYK
RGB Variations
Color information
#A0C350 (or 0xA0C350) is known color: Atlantis. HEX triplet: A0, C3 and 50. RGB value is (160,195,80). Sum of RGB (Red+Green+Blue) = 160+195+80=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C350 is #5F3CAF. Grayscale: #ABABAB. Windows color (decimal): -6241456 or 5292960. OLE color: 5292960.
HSL color Cylindrical-coordinate representation of color #A0C350: hue angle of 78.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0C350 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 80 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.24 |
| HSL | 78.26º | 0.49% | 0.54% | - |
| HSV(B) | 78.26º | 0.59% | 0.76% | - |
| XYZ | 35.46 | 47.08 | 14.81 | - |
| YUV | 171.43 | 76.4 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 80 | 0.18 | 0 | 0.59 | 0.24 | 78.26 | 0.49 | 0.54 |
| Hex | A0 | C3 | 50 | 12 | 0 | 3B | 18 | 4E | 31 | 36 |
| Octal | 240 | 303 | 120 | 22 | 0 | 73 | 30 | 116 | 61 | 66 |
| Binary | 10100000 | 11000011 | 1010000 | 10010 | 0 | 111011 | 11000 | 1001110 | 110001 | 110110 |
Color Harmonies of #A0C350
Complementary color
Monochromatic Colors of #A0C350
Black with #A0C350
Text Example
Text Example
White with #A0C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C350; }
p { color: rgb(160,195,80); }
H1.HeaderClassName
{
color: #A0C350;
}
.AnyTagClassName
{
color: #A0C350;
}
</style>
background-color css
<style>
a { background-color: #A0C350; }
a { background-color: rgb(160,195,80); }
div.DivClassName
{
background-color: #A0C350;
}
.BgClassName
{
background-color: #A0C350;
}
</style>
border-color css
<style>
span { border-color: #A0C350; }
span { border-color: rgb(160,195,80); }
td.TdClassName
{
border-color: #A0C350;
}
.TagClassName
{
border-color: #A0C350;
}
</style>