Shades of Atlantis #A1CB4A
Tints of Atlantis #A1CB4A
RGB
CMYK
RGB Variations
Color information
#A1CB4A (or 0xA1CB4A) is known color: Atlantis. HEX triplet: A1, CB and 4A. RGB value is (161,203,74). Sum of RGB (Red+Green+Blue) = 161+203+74=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CB4A is #5E34B5. Grayscale: #B0B0B0. Windows color (decimal): -6173878 or 4901793. OLE color: 4901793.
HSL color Cylindrical-coordinate representation of color #A1CB4A: hue angle of 79.53º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1CB4A is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 74 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.20 |
| HSL | 79.53º | 0.55% | 0.54% | - |
| HSV(B) | 79.53º | 0.64% | 0.8% | - |
| XYZ | 37.29 | 50.78 | 14.32 | - |
| YUV | 175.74 | 70.59 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 74 | 0.21 | 0 | 0.64 | 0.20 | 79.53 | 0.55 | 0.54 |
| Hex | A1 | CB | 4A | 15 | 0 | 40 | 14 | 50 | 37 | 36 |
| Octal | 241 | 313 | 112 | 25 | 0 | 100 | 24 | 120 | 67 | 66 |
| Binary | 10100001 | 11001011 | 1001010 | 10101 | 0 | 1000000 | 10100 | 1010000 | 110111 | 110110 |
Color Harmonies of #A1CB4A
Complementary color
Monochromatic Colors of #A1CB4A
Black with #A1CB4A
Text Example
Text Example
White with #A1CB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CB4A; }
p { color: rgb(161,203,74); }
H1.HeaderClassName
{
color: #A1CB4A;
}
.AnyTagClassName
{
color: #A1CB4A;
}
</style>
background-color css
<style>
a { background-color: #A1CB4A; }
a { background-color: rgb(161,203,74); }
div.DivClassName
{
background-color: #A1CB4A;
}
.BgClassName
{
background-color: #A1CB4A;
}
</style>
border-color css
<style>
span { border-color: #A1CB4A; }
span { border-color: rgb(161,203,74); }
td.TdClassName
{
border-color: #A1CB4A;
}
.TagClassName
{
border-color: #A1CB4A;
}
</style>