Shades of Atlantis #A3CC41
Tints of Atlantis #A3CC41
RGB
CMYK
RGB Variations
Color information
#A3CC41 (or 0xA3CC41) is known color: Atlantis. HEX triplet: A3, CC and 41. RGB value is (163,204,65). Sum of RGB (Red+Green+Blue) = 163+204+65=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CC41 is #5C33BE. Grayscale: #B0B0B0. Windows color (decimal): -6042559 or 4312227. OLE color: 4312227.
HSL color Cylindrical-coordinate representation of color #A3CC41: hue angle of 77.7º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A3CC41 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 65 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.2 |
| HSL | 77.7º | 0.58% | 0.53% | - |
| HSV(B) | 77.7º | 0.68% | 0.8% | - |
| XYZ | 37.65 | 51.35 | 12.93 | - |
| YUV | 175.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 65 | 0.20 | 0 | 0.68 | 0.2 | 77.7 | 0.58 | 0.53 |
| Hex | A3 | CC | 41 | 14 | 0 | 44 | 14 | 4E | 3A | 35 |
| Octal | 243 | 314 | 101 | 24 | 0 | 104 | 24 | 116 | 72 | 65 |
| Binary | 10100011 | 11001100 | 1000001 | 10100 | 0 | 1000100 | 10100 | 1001110 | 111010 | 110101 |
Color Harmonies of #A3CC41
Complementary color
Monochromatic Colors of #A3CC41
Black with #A3CC41
Text Example
Text Example
White with #A3CC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CC41; }
p { color: rgb(163,204,65); }
H1.HeaderClassName
{
color: #A3CC41;
}
.AnyTagClassName
{
color: #A3CC41;
}
</style>
background-color css
<style>
a { background-color: #A3CC41; }
a { background-color: rgb(163,204,65); }
div.DivClassName
{
background-color: #A3CC41;
}
.BgClassName
{
background-color: #A3CC41;
}
</style>
border-color css
<style>
span { border-color: #A3CC41; }
span { border-color: rgb(163,204,65); }
td.TdClassName
{
border-color: #A3CC41;
}
.TagClassName
{
border-color: #A3CC41;
}
</style>