Shades of Atlantis #A1CA4D
Tints of Atlantis #A1CA4D
RGB
CMYK
RGB Variations
Color information
#A1CA4D (or 0xA1CA4D) is known color: Atlantis. HEX triplet: A1, CA and 4D. RGB value is (161,202,77). Sum of RGB (Red+Green+Blue) = 161+202+77=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA4D is #5E35B2. Grayscale: #AFAFAF. Windows color (decimal): -6174131 or 5098145. OLE color: 5098145.
HSL color Cylindrical-coordinate representation of color #A1CA4D: hue angle of 79.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1CA4D is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 77 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.21 |
| HSL | 79.68º | 0.54% | 0.55% | - |
| HSV(B) | 79.68º | 0.62% | 0.79% | - |
| XYZ | 37.16 | 50.35 | 14.78 | - |
| YUV | 175.49 | 72.42 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 77 | 0.20 | 0 | 0.62 | 0.21 | 79.68 | 0.54 | 0.55 |
| Hex | A1 | CA | 4D | 14 | 0 | 3E | 15 | 50 | 36 | 37 |
| Octal | 241 | 312 | 115 | 24 | 0 | 76 | 25 | 120 | 66 | 67 |
| Binary | 10100001 | 11001010 | 1001101 | 10100 | 0 | 111110 | 10101 | 1010000 | 110110 | 110111 |
Color Harmonies of #A1CA4D
Complementary color
Monochromatic Colors of #A1CA4D
Black with #A1CA4D
Text Example
Text Example
White with #A1CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA4D; }
p { color: rgb(161,202,77); }
H1.HeaderClassName
{
color: #A1CA4D;
}
.AnyTagClassName
{
color: #A1CA4D;
}
</style>
background-color css
<style>
a { background-color: #A1CA4D; }
a { background-color: rgb(161,202,77); }
div.DivClassName
{
background-color: #A1CA4D;
}
.BgClassName
{
background-color: #A1CA4D;
}
</style>
border-color css
<style>
span { border-color: #A1CA4D; }
span { border-color: rgb(161,202,77); }
td.TdClassName
{
border-color: #A1CA4D;
}
.TagClassName
{
border-color: #A1CA4D;
}
</style>