Shades of Atlantis #A1CD4A
Tints of Atlantis #A1CD4A
RGB
CMYK
RGB Variations
Color information
#A1CD4A (or 0xA1CD4A) is known color: Atlantis. HEX triplet: A1, CD and 4A. RGB value is (161,205,74). Sum of RGB (Red+Green+Blue) = 161+205+74=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CD4A is #5E32B5. Grayscale: #B1B1B1. Windows color (decimal): -6173366 or 4902305. OLE color: 4902305.
HSL color Cylindrical-coordinate representation of color #A1CD4A: hue angle of 80.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1CD4A is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 74 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.20 |
| HSL | 80.15º | 0.57% | 0.55% | - |
| HSV(B) | 80.15º | 0.64% | 0.8% | - |
| XYZ | 37.77 | 51.73 | 14.47 | - |
| YUV | 176.91 | 69.92 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 74 | 0.21 | 0 | 0.64 | 0.20 | 80.15 | 0.57 | 0.55 |
| Hex | A1 | CD | 4A | 15 | 0 | 40 | 14 | 50 | 39 | 37 |
| Octal | 241 | 315 | 112 | 25 | 0 | 100 | 24 | 120 | 71 | 67 |
| Binary | 10100001 | 11001101 | 1001010 | 10101 | 0 | 1000000 | 10100 | 1010000 | 111001 | 110111 |
Color Harmonies of #A1CD4A
Complementary color
Monochromatic Colors of #A1CD4A
Black with #A1CD4A
Text Example
Text Example
White with #A1CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CD4A; }
p { color: rgb(161,205,74); }
H1.HeaderClassName
{
color: #A1CD4A;
}
.AnyTagClassName
{
color: #A1CD4A;
}
</style>
background-color css
<style>
a { background-color: #A1CD4A; }
a { background-color: rgb(161,205,74); }
div.DivClassName
{
background-color: #A1CD4A;
}
.BgClassName
{
background-color: #A1CD4A;
}
</style>
border-color css
<style>
span { border-color: #A1CD4A; }
span { border-color: rgb(161,205,74); }
td.TdClassName
{
border-color: #A1CD4A;
}
.TagClassName
{
border-color: #A1CD4A;
}
</style>