Shades of Atlantis #A1CC45
Tints of Atlantis #A1CC45
RGB
CMYK
RGB Variations
Color information
#A1CC45 (or 0xA1CC45) is known color: Atlantis. HEX triplet: A1, CC and 45. RGB value is (161,204,69). Sum of RGB (Red+Green+Blue) = 161+204+69=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CC45 is #5E33BA. Grayscale: #B0B0B0. Windows color (decimal): -6173627 or 4574369. OLE color: 4574369.
HSL color Cylindrical-coordinate representation of color #A1CC45: hue angle of 79.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1CC45 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 69 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.2 |
| HSL | 79.11º | 0.57% | 0.54% | - |
| HSV(B) | 79.11º | 0.66% | 0.8% | - |
| XYZ | 37.36 | 51.19 | 13.54 | - |
| YUV | 175.75 | 67.75 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 69 | 0.21 | 0 | 0.66 | 0.2 | 79.11 | 0.57 | 0.54 |
| Hex | A1 | CC | 45 | 15 | 0 | 42 | 14 | 4F | 39 | 36 |
| Octal | 241 | 314 | 105 | 25 | 0 | 102 | 24 | 117 | 71 | 66 |
| Binary | 10100001 | 11001100 | 1000101 | 10101 | 0 | 1000010 | 10100 | 1001111 | 111001 | 110110 |
Color Harmonies of #A1CC45
Complementary color
Monochromatic Colors of #A1CC45
Black with #A1CC45
Text Example
Text Example
White with #A1CC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC45; }
p { color: rgb(161,204,69); }
H1.HeaderClassName
{
color: #A1CC45;
}
.AnyTagClassName
{
color: #A1CC45;
}
</style>
background-color css
<style>
a { background-color: #A1CC45; }
a { background-color: rgb(161,204,69); }
div.DivClassName
{
background-color: #A1CC45;
}
.BgClassName
{
background-color: #A1CC45;
}
</style>
border-color css
<style>
span { border-color: #A1CC45; }
span { border-color: rgb(161,204,69); }
td.TdClassName
{
border-color: #A1CC45;
}
.TagClassName
{
border-color: #A1CC45;
}
</style>