Shades of Atlantis #A1CB48
Tints of Atlantis #A1CB48
RGB
CMYK
RGB Variations
Color information
#A1CB48 (or 0xA1CB48) is known color: Atlantis. HEX triplet: A1, CB and 48. RGB value is (161,203,72). Sum of RGB (Red+Green+Blue) = 161+203+72=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CB48 is #5E34B7. Grayscale: #AFAFAF. Windows color (decimal): -6173880 or 4770721. OLE color: 4770721.
HSL color Cylindrical-coordinate representation of color #A1CB48: hue angle of 79.24º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1CB48 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 72 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.20 |
| HSL | 79.24º | 0.56% | 0.54% | - |
| HSV(B) | 79.24º | 0.65% | 0.8% | - |
| XYZ | 37.22 | 50.76 | 13.97 | - |
| YUV | 175.51 | 69.59 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 72 | 0.21 | 0 | 0.65 | 0.20 | 79.24 | 0.56 | 0.54 |
| Hex | A1 | CB | 48 | 15 | 0 | 41 | 14 | 4F | 38 | 36 |
| Octal | 241 | 313 | 110 | 25 | 0 | 101 | 24 | 117 | 70 | 66 |
| Binary | 10100001 | 11001011 | 1001000 | 10101 | 0 | 1000001 | 10100 | 1001111 | 111000 | 110110 |
Color Harmonies of #A1CB48
Complementary color
Monochromatic Colors of #A1CB48
Black with #A1CB48
Text Example
Text Example
White with #A1CB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CB48; }
p { color: rgb(161,203,72); }
H1.HeaderClassName
{
color: #A1CB48;
}
.AnyTagClassName
{
color: #A1CB48;
}
</style>
background-color css
<style>
a { background-color: #A1CB48; }
a { background-color: rgb(161,203,72); }
div.DivClassName
{
background-color: #A1CB48;
}
.BgClassName
{
background-color: #A1CB48;
}
</style>
border-color css
<style>
span { border-color: #A1CB48; }
span { border-color: rgb(161,203,72); }
td.TdClassName
{
border-color: #A1CB48;
}
.TagClassName
{
border-color: #A1CB48;
}
</style>