Shades of Atlantis #A3CA3D
Tints of Atlantis #A3CA3D
RGB
CMYK
RGB Variations
Color information
#A3CA3D (or 0xA3CA3D) is known color: Atlantis. HEX triplet: A3, CA and 3D. RGB value is (163,202,61). Sum of RGB (Red+Green+Blue) = 163+202+61=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CA3D is #5C35C2. Grayscale: #AEAEAE. Windows color (decimal): -6043075 or 4049571. OLE color: 4049571.
HSL color Cylindrical-coordinate representation of color #A3CA3D: hue angle of 76.6º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A3CA3D is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 61 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.21 |
| HSL | 76.6º | 0.57% | 0.52% | - |
| HSV(B) | 76.6º | 0.7% | 0.79% | - |
| XYZ | 37.07 | 50.36 | 12.18 | - |
| YUV | 174.27 | 64.08 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 61 | 0.19 | 0 | 0.70 | 0.21 | 76.6 | 0.57 | 0.52 |
| Hex | A3 | CA | 3D | 13 | 0 | 46 | 15 | 4D | 39 | 34 |
| Octal | 243 | 312 | 75 | 23 | 0 | 106 | 25 | 115 | 71 | 64 |
| Binary | 10100011 | 11001010 | 111101 | 10011 | 0 | 1000110 | 10101 | 1001101 | 111001 | 110100 |
Color Harmonies of #A3CA3D
Complementary color
Monochromatic Colors of #A3CA3D
Black with #A3CA3D
Text Example
Text Example
White with #A3CA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA3D; }
p { color: rgb(163,202,61); }
H1.HeaderClassName
{
color: #A3CA3D;
}
.AnyTagClassName
{
color: #A3CA3D;
}
</style>
background-color css
<style>
a { background-color: #A3CA3D; }
a { background-color: rgb(163,202,61); }
div.DivClassName
{
background-color: #A3CA3D;
}
.BgClassName
{
background-color: #A3CA3D;
}
</style>
border-color css
<style>
span { border-color: #A3CA3D; }
span { border-color: rgb(163,202,61); }
td.TdClassName
{
border-color: #A3CA3D;
}
.TagClassName
{
border-color: #A3CA3D;
}
</style>