Shades of Atlantis #A1CA44
Tints of Atlantis #A1CA44
RGB
CMYK
RGB Variations
Color information
#A1CA44 (or 0xA1CA44) is known color: Atlantis. HEX triplet: A1, CA and 44. RGB value is (161,202,68). Sum of RGB (Red+Green+Blue) = 161+202+68=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CA44 is #5E35BB. Grayscale: #AEAEAE. Windows color (decimal): -6174140 or 4508321. OLE color: 4508321.
HSL color Cylindrical-coordinate representation of color #A1CA44: hue angle of 78.36º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1CA44 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 68 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.21 |
| HSL | 78.36º | 0.56% | 0.53% | - |
| HSV(B) | 78.36º | 0.66% | 0.79% | - |
| XYZ | 36.86 | 50.24 | 13.22 | - |
| YUV | 174.47 | 67.92 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 68 | 0.20 | 0 | 0.66 | 0.21 | 78.36 | 0.56 | 0.53 |
| Hex | A1 | CA | 44 | 14 | 0 | 42 | 15 | 4E | 38 | 35 |
| Octal | 241 | 312 | 104 | 24 | 0 | 102 | 25 | 116 | 70 | 65 |
| Binary | 10100001 | 11001010 | 1000100 | 10100 | 0 | 1000010 | 10101 | 1001110 | 111000 | 110101 |
Color Harmonies of #A1CA44
Complementary color
Monochromatic Colors of #A1CA44
Black with #A1CA44
Text Example
Text Example
White with #A1CA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA44; }
p { color: rgb(161,202,68); }
H1.HeaderClassName
{
color: #A1CA44;
}
.AnyTagClassName
{
color: #A1CA44;
}
</style>
background-color css
<style>
a { background-color: #A1CA44; }
a { background-color: rgb(161,202,68); }
div.DivClassName
{
background-color: #A1CA44;
}
.BgClassName
{
background-color: #A1CA44;
}
</style>
border-color css
<style>
span { border-color: #A1CA44; }
span { border-color: rgb(161,202,68); }
td.TdClassName
{
border-color: #A1CA44;
}
.TagClassName
{
border-color: #A1CA44;
}
</style>