Shades of Atlantis #A1CC3D
Tints of Atlantis #A1CC3D
RGB
CMYK
RGB Variations
Color information
#A1CC3D (or 0xA1CC3D) is known color: Atlantis. HEX triplet: A1, CC and 3D. RGB value is (161,204,61). Sum of RGB (Red+Green+Blue) = 161+204+61=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CC3D is #5E33C2. Grayscale: #AFAFAF. Windows color (decimal): -6173635 or 4050081. OLE color: 4050081.
HSL color Cylindrical-coordinate representation of color #A1CC3D: hue angle of 78.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1CC3D is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 61 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.2 |
| HSL | 78.04º | 0.58% | 0.52% | - |
| HSV(B) | 78.04º | 0.7% | 0.8% | - |
| XYZ | 37.13 | 51.1 | 12.32 | - |
| YUV | 174.84 | 63.75 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 61 | 0.21 | 0 | 0.70 | 0.2 | 78.04 | 0.58 | 0.52 |
| Hex | A1 | CC | 3D | 15 | 0 | 46 | 14 | 4E | 3A | 34 |
| Octal | 241 | 314 | 75 | 25 | 0 | 106 | 24 | 116 | 72 | 64 |
| Binary | 10100001 | 11001100 | 111101 | 10101 | 0 | 1000110 | 10100 | 1001110 | 111010 | 110100 |
Color Harmonies of #A1CC3D
Complementary color
Monochromatic Colors of #A1CC3D
Black with #A1CC3D
Text Example
Text Example
White with #A1CC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC3D; }
p { color: rgb(161,204,61); }
H1.HeaderClassName
{
color: #A1CC3D;
}
.AnyTagClassName
{
color: #A1CC3D;
}
</style>
background-color css
<style>
a { background-color: #A1CC3D; }
a { background-color: rgb(161,204,61); }
div.DivClassName
{
background-color: #A1CC3D;
}
.BgClassName
{
background-color: #A1CC3D;
}
</style>
border-color css
<style>
span { border-color: #A1CC3D; }
span { border-color: rgb(161,204,61); }
td.TdClassName
{
border-color: #A1CC3D;
}
.TagClassName
{
border-color: #A1CC3D;
}
</style>