Shades of Atlantis #A1CD37
Tints of Atlantis #A1CD37
RGB
CMYK
RGB Variations
Color information
#A1CD37 (or 0xA1CD37) is known color: Atlantis. HEX triplet: A1, CD and 37. RGB value is (161,205,55). Sum of RGB (Red+Green+Blue) = 161+205+55=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CD37 is #5E32C8. Grayscale: #AFAFAF. Windows color (decimal): -6173385 or 3657121. OLE color: 3657121.
HSL color Cylindrical-coordinate representation of color #A1CD37: hue angle of 77.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1CD37 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 55 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.20 |
| HSL | 77.6º | 0.6% | 0.51% | - |
| HSV(B) | 77.6º | 0.73% | 0.8% | - |
| XYZ | 37.22 | 51.52 | 11.6 | - |
| YUV | 174.74 | 60.42 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 55 | 0.21 | 0 | 0.73 | 0.20 | 77.6 | 0.6 | 0.51 |
| Hex | A1 | CD | 37 | 15 | 0 | 49 | 14 | 4E | 3C | 33 |
| Octal | 241 | 315 | 67 | 25 | 0 | 111 | 24 | 116 | 74 | 63 |
| Binary | 10100001 | 11001101 | 110111 | 10101 | 0 | 1001001 | 10100 | 1001110 | 111100 | 110011 |
Color Harmonies of #A1CD37
Complementary color
Monochromatic Colors of #A1CD37
Black with #A1CD37
Text Example
Text Example
White with #A1CD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CD37; }
p { color: rgb(161,205,55); }
H1.HeaderClassName
{
color: #A1CD37;
}
.AnyTagClassName
{
color: #A1CD37;
}
</style>
background-color css
<style>
a { background-color: #A1CD37; }
a { background-color: rgb(161,205,55); }
div.DivClassName
{
background-color: #A1CD37;
}
.BgClassName
{
background-color: #A1CD37;
}
</style>
border-color css
<style>
span { border-color: #A1CD37; }
span { border-color: rgb(161,205,55); }
td.TdClassName
{
border-color: #A1CD37;
}
.TagClassName
{
border-color: #A1CD37;
}
</style>