Shades of Atlantis #A3CD3E
Tints of Atlantis #A3CD3E
RGB
CMYK
RGB Variations
Color information
#A3CD3E (or 0xA3CD3E) is known color: Atlantis. HEX triplet: A3, CD and 3E. RGB value is (163,205,62). Sum of RGB (Red+Green+Blue) = 163+205+62=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CD3E is #5C32C1. Grayscale: #B0B0B0. Windows color (decimal): -6042306 or 4115875. OLE color: 4115875.
HSL color Cylindrical-coordinate representation of color #A3CD3E: hue angle of 77.62º degrees, saturation: 0.59, 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 #A3CD3E is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 205 | 62 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.20 |
| HSL | 77.62º | 0.59% | 0.52% | - |
| HSV(B) | 77.62º | 0.7% | 0.8% | - |
| XYZ | 37.81 | 51.8 | 12.56 | - |
| YUV | 176.14 | 63.59 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 205 | 62 | 0.20 | 0 | 0.70 | 0.20 | 77.62 | 0.59 | 0.52 |
| Hex | A3 | CD | 3E | 14 | 0 | 46 | 14 | 4E | 3B | 34 |
| Octal | 243 | 315 | 76 | 24 | 0 | 106 | 24 | 116 | 73 | 64 |
| Binary | 10100011 | 11001101 | 111110 | 10100 | 0 | 1000110 | 10100 | 1001110 | 111011 | 110100 |
Color Harmonies of #A3CD3E
Complementary color
Monochromatic Colors of #A3CD3E
Black with #A3CD3E
Text Example
Text Example
White with #A3CD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CD3E; }
p { color: rgb(163,205,62); }
H1.HeaderClassName
{
color: #A3CD3E;
}
.AnyTagClassName
{
color: #A3CD3E;
}
</style>
background-color css
<style>
a { background-color: #A3CD3E; }
a { background-color: rgb(163,205,62); }
div.DivClassName
{
background-color: #A3CD3E;
}
.BgClassName
{
background-color: #A3CD3E;
}
</style>
border-color css
<style>
span { border-color: #A3CD3E; }
span { border-color: rgb(163,205,62); }
td.TdClassName
{
border-color: #A3CD3E;
}
.TagClassName
{
border-color: #A3CD3E;
}
</style>