Shades of Atlantis #A3CC3E
Tints of Atlantis #A3CC3E
RGB
CMYK
RGB Variations
Color information
#A3CC3E (or 0xA3CC3E) is known color: Atlantis. HEX triplet: A3, CC and 3E. RGB value is (163,204,62). Sum of RGB (Red+Green+Blue) = 163+204+62=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CC3E is #5C33C1. Grayscale: #B0B0B0. Windows color (decimal): -6042562 or 4115619. OLE color: 4115619.
HSL color Cylindrical-coordinate representation of color #A3CC3E: hue angle of 77.32º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A3CC3E is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 62 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.2 |
| HSL | 77.32º | 0.58% | 0.52% | - |
| HSV(B) | 77.32º | 0.7% | 0.8% | - |
| XYZ | 37.57 | 51.32 | 12.48 | - |
| YUV | 175.55 | 63.92 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 62 | 0.20 | 0 | 0.70 | 0.2 | 77.32 | 0.58 | 0.52 |
| Hex | A3 | CC | 3E | 14 | 0 | 46 | 14 | 4D | 3A | 34 |
| Octal | 243 | 314 | 76 | 24 | 0 | 106 | 24 | 115 | 72 | 64 |
| Binary | 10100011 | 11001100 | 111110 | 10100 | 0 | 1000110 | 10100 | 1001101 | 111010 | 110100 |
Color Harmonies of #A3CC3E
Complementary color
Monochromatic Colors of #A3CC3E
Black with #A3CC3E
Text Example
Text Example
White with #A3CC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CC3E; }
p { color: rgb(163,204,62); }
H1.HeaderClassName
{
color: #A3CC3E;
}
.AnyTagClassName
{
color: #A3CC3E;
}
</style>
background-color css
<style>
a { background-color: #A3CC3E; }
a { background-color: rgb(163,204,62); }
div.DivClassName
{
background-color: #A3CC3E;
}
.BgClassName
{
background-color: #A3CC3E;
}
</style>
border-color css
<style>
span { border-color: #A3CC3E; }
span { border-color: rgb(163,204,62); }
td.TdClassName
{
border-color: #A3CC3E;
}
.TagClassName
{
border-color: #A3CC3E;
}
</style>