Shades of Atlantis #A1CD43
Tints of Atlantis #A1CD43
RGB
CMYK
RGB Variations
Color information
#A1CD43 (or 0xA1CD43) is known color: Atlantis. HEX triplet: A1, CD and 43. RGB value is (161,205,67). Sum of RGB (Red+Green+Blue) = 161+205+67=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 67 (26.56% from 255 or 15.47% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CD43 is #5E32BC. Grayscale: #B0B0B0. Windows color (decimal): -6173373 or 4443553. OLE color: 4443553.
HSL color Cylindrical-coordinate representation of color #A1CD43: hue angle of 79.13º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1CD43 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 67 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.20 |
| HSL | 79.13º | 0.58% | 0.53% | - |
| HSV(B) | 79.13º | 0.67% | 0.8% | - |
| XYZ | 37.54 | 51.64 | 13.3 | - |
| YUV | 176.11 | 66.42 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 67 | 0.21 | 0 | 0.67 | 0.20 | 79.13 | 0.58 | 0.53 |
| Hex | A1 | CD | 43 | 15 | 0 | 43 | 14 | 4F | 3A | 35 |
| Octal | 241 | 315 | 103 | 25 | 0 | 103 | 24 | 117 | 72 | 65 |
| Binary | 10100001 | 11001101 | 1000011 | 10101 | 0 | 1000011 | 10100 | 1001111 | 111010 | 110101 |
Color Harmonies of #A1CD43
Complementary color
Monochromatic Colors of #A1CD43
Black with #A1CD43
Text Example
Text Example
White with #A1CD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CD43; }
p { color: rgb(161,205,67); }
H1.HeaderClassName
{
color: #A1CD43;
}
.AnyTagClassName
{
color: #A1CD43;
}
</style>
background-color css
<style>
a { background-color: #A1CD43; }
a { background-color: rgb(161,205,67); }
div.DivClassName
{
background-color: #A1CD43;
}
.BgClassName
{
background-color: #A1CD43;
}
</style>
border-color css
<style>
span { border-color: #A1CD43; }
span { border-color: rgb(161,205,67); }
td.TdClassName
{
border-color: #A1CD43;
}
.TagClassName
{
border-color: #A1CD43;
}
</style>