Shades of Atlantis #A1CA4B
Tints of Atlantis #A1CA4B
RGB
CMYK
RGB Variations
Color information
#A1CA4B (or 0xA1CA4B) is known color: Atlantis. HEX triplet: A1, CA and 4B. RGB value is (161,202,75). Sum of RGB (Red+Green+Blue) = 161+202+75=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CA4B is #5E35B4. Grayscale: #AFAFAF. Windows color (decimal): -6174133 or 4967073. OLE color: 4967073.
HSL color Cylindrical-coordinate representation of color #A1CA4B: hue angle of 79.37º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1CA4B is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 75 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.21 |
| HSL | 79.37º | 0.55% | 0.54% | - |
| HSV(B) | 79.37º | 0.63% | 0.79% | - |
| XYZ | 37.09 | 50.33 | 14.42 | - |
| YUV | 175.26 | 71.42 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 75 | 0.20 | 0 | 0.63 | 0.21 | 79.37 | 0.55 | 0.54 |
| Hex | A1 | CA | 4B | 14 | 0 | 3F | 15 | 4F | 37 | 36 |
| Octal | 241 | 312 | 113 | 24 | 0 | 77 | 25 | 117 | 67 | 66 |
| Binary | 10100001 | 11001010 | 1001011 | 10100 | 0 | 111111 | 10101 | 1001111 | 110111 | 110110 |
Color Harmonies of #A1CA4B
Complementary color
Monochromatic Colors of #A1CA4B
Black with #A1CA4B
Text Example
Text Example
White with #A1CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA4B; }
p { color: rgb(161,202,75); }
H1.HeaderClassName
{
color: #A1CA4B;
}
.AnyTagClassName
{
color: #A1CA4B;
}
</style>
background-color css
<style>
a { background-color: #A1CA4B; }
a { background-color: rgb(161,202,75); }
div.DivClassName
{
background-color: #A1CA4B;
}
.BgClassName
{
background-color: #A1CA4B;
}
</style>
border-color css
<style>
span { border-color: #A1CA4B; }
span { border-color: rgb(161,202,75); }
td.TdClassName
{
border-color: #A1CA4B;
}
.TagClassName
{
border-color: #A1CA4B;
}
</style>