Shades of Atlantis #A1CB3A
Tints of Atlantis #A1CB3A
RGB
CMYK
RGB Variations
Color information
#A1CB3A (or 0xA1CB3A) is known color: Atlantis. HEX triplet: A1, CB and 3A. RGB value is (161,203,58). Sum of RGB (Red+Green+Blue) = 161+203+58=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CB3A is #5E34C5. Grayscale: #AEAEAE. Windows color (decimal): -6173894 or 3853217. OLE color: 3853217.
HSL color Cylindrical-coordinate representation of color #A1CB3A: hue angle of 77.38º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1CB3A is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 58 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.20 |
| HSL | 77.38º | 0.58% | 0.51% | - |
| HSV(B) | 77.38º | 0.71% | 0.8% | - |
| XYZ | 36.82 | 50.59 | 11.83 | - |
| YUV | 173.91 | 62.59 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 58 | 0.21 | 0 | 0.71 | 0.20 | 77.38 | 0.58 | 0.51 |
| Hex | A1 | CB | 3A | 15 | 0 | 47 | 14 | 4D | 3A | 33 |
| Octal | 241 | 313 | 72 | 25 | 0 | 107 | 24 | 115 | 72 | 63 |
| Binary | 10100001 | 11001011 | 111010 | 10101 | 0 | 1000111 | 10100 | 1001101 | 111010 | 110011 |
Color Harmonies of #A1CB3A
Complementary color
Monochromatic Colors of #A1CB3A
Black with #A1CB3A
Text Example
Text Example
White with #A1CB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CB3A; }
p { color: rgb(161,203,58); }
H1.HeaderClassName
{
color: #A1CB3A;
}
.AnyTagClassName
{
color: #A1CB3A;
}
</style>
background-color css
<style>
a { background-color: #A1CB3A; }
a { background-color: rgb(161,203,58); }
div.DivClassName
{
background-color: #A1CB3A;
}
.BgClassName
{
background-color: #A1CB3A;
}
</style>
border-color css
<style>
span { border-color: #A1CB3A; }
span { border-color: rgb(161,203,58); }
td.TdClassName
{
border-color: #A1CB3A;
}
.TagClassName
{
border-color: #A1CB3A;
}
</style>