Shades of Atlantis #A1CA3E
Tints of Atlantis #A1CA3E
RGB
CMYK
RGB Variations
Color information
#A1CA3E (or 0xA1CA3E) is known color: Atlantis. HEX triplet: A1, CA and 3E. RGB value is (161,202,62). Sum of RGB (Red+Green+Blue) = 161+202+62=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CA3E is #5E35C1. Grayscale: #AEAEAE. Windows color (decimal): -6174146 or 4115105. OLE color: 4115105.
HSL color Cylindrical-coordinate representation of color #A1CA3E: hue angle of 77.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1CA3E is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 62 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.21 |
| HSL | 77.57º | 0.57% | 0.52% | - |
| HSV(B) | 77.57º | 0.69% | 0.79% | - |
| XYZ | 36.69 | 50.17 | 12.31 | - |
| YUV | 173.78 | 64.92 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 62 | 0.20 | 0 | 0.69 | 0.21 | 77.57 | 0.57 | 0.52 |
| Hex | A1 | CA | 3E | 14 | 0 | 45 | 15 | 4E | 39 | 34 |
| Octal | 241 | 312 | 76 | 24 | 0 | 105 | 25 | 116 | 71 | 64 |
| Binary | 10100001 | 11001010 | 111110 | 10100 | 0 | 1000101 | 10101 | 1001110 | 111001 | 110100 |
Color Harmonies of #A1CA3E
Complementary color
Monochromatic Colors of #A1CA3E
Black with #A1CA3E
Text Example
Text Example
White with #A1CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA3E; }
p { color: rgb(161,202,62); }
H1.HeaderClassName
{
color: #A1CA3E;
}
.AnyTagClassName
{
color: #A1CA3E;
}
</style>
background-color css
<style>
a { background-color: #A1CA3E; }
a { background-color: rgb(161,202,62); }
div.DivClassName
{
background-color: #A1CA3E;
}
.BgClassName
{
background-color: #A1CA3E;
}
</style>
border-color css
<style>
span { border-color: #A1CA3E; }
span { border-color: rgb(161,202,62); }
td.TdClassName
{
border-color: #A1CA3E;
}
.TagClassName
{
border-color: #A1CA3E;
}
</style>