Shades of Atlantis #A0C33D
Tints of Atlantis #A0C33D
RGB
CMYK
RGB Variations
Color information
#A0C33D (or 0xA0C33D) is known color: Atlantis. HEX triplet: A0, C3 and 3D. RGB value is (160,195,61). Sum of RGB (Red+Green+Blue) = 160+195+61=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C33D is #5F3CC2. Grayscale: #A9A9A9. Windows color (decimal): -6241475 or 4047776. OLE color: 4047776.
HSL color Cylindrical-coordinate representation of color #A0C33D: hue angle of 75.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0C33D is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 61 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.24 |
| HSL | 75.67º | 0.53% | 0.5% | - |
| HSV(B) | 75.67º | 0.69% | 0.76% | - |
| XYZ | 34.85 | 46.84 | 11.62 | - |
| YUV | 169.26 | 66.9 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 61 | 0.18 | 0 | 0.69 | 0.24 | 75.67 | 0.53 | 0.5 |
| Hex | A0 | C3 | 3D | 12 | 0 | 45 | 18 | 4C | 35 | 32 |
| Octal | 240 | 303 | 75 | 22 | 0 | 105 | 30 | 114 | 65 | 62 |
| Binary | 10100000 | 11000011 | 111101 | 10010 | 0 | 1000101 | 11000 | 1001100 | 110101 | 110010 |
Color Harmonies of #A0C33D
Complementary color
Monochromatic Colors of #A0C33D
Black with #A0C33D
Text Example
Text Example
White with #A0C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C33D; }
p { color: rgb(160,195,61); }
H1.HeaderClassName
{
color: #A0C33D;
}
.AnyTagClassName
{
color: #A0C33D;
}
</style>
background-color css
<style>
a { background-color: #A0C33D; }
a { background-color: rgb(160,195,61); }
div.DivClassName
{
background-color: #A0C33D;
}
.BgClassName
{
background-color: #A0C33D;
}
</style>
border-color css
<style>
span { border-color: #A0C33D; }
span { border-color: rgb(160,195,61); }
td.TdClassName
{
border-color: #A0C33D;
}
.TagClassName
{
border-color: #A0C33D;
}
</style>