Shades of Atlantis #A2CC44
Tints of Atlantis #A2CC44
RGB
CMYK
RGB Variations
Color information
#A2CC44 (or 0xA2CC44) is known color: Atlantis. HEX triplet: A2, CC and 44. RGB value is (162,204,68). Sum of RGB (Red+Green+Blue) = 162+204+68=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CC44 is #5D33BB. Grayscale: #B0B0B0. Windows color (decimal): -6108092 or 4508834. OLE color: 4508834.
HSL color Cylindrical-coordinate representation of color #A2CC44: hue angle of 78.53º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2CC44 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 204 | 68 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.2 |
| HSL | 78.53º | 0.57% | 0.53% | - |
| HSV(B) | 78.53º | 0.67% | 0.8% | - |
| XYZ | 37.54 | 51.28 | 13.39 | - |
| YUV | 175.94 | 67.09 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 68 | 0.21 | 0 | 0.67 | 0.2 | 78.53 | 0.57 | 0.53 |
| Hex | A2 | CC | 44 | 15 | 0 | 43 | 14 | 4F | 39 | 35 |
| Octal | 242 | 314 | 104 | 25 | 0 | 103 | 24 | 117 | 71 | 65 |
| Binary | 10100010 | 11001100 | 1000100 | 10101 | 0 | 1000011 | 10100 | 1001111 | 111001 | 110101 |
Color Harmonies of #A2CC44
Complementary color
Monochromatic Colors of #A2CC44
Black with #A2CC44
Text Example
Text Example
White with #A2CC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CC44; }
p { color: rgb(162,204,68); }
H1.HeaderClassName
{
color: #A2CC44;
}
.AnyTagClassName
{
color: #A2CC44;
}
</style>
background-color css
<style>
a { background-color: #A2CC44; }
a { background-color: rgb(162,204,68); }
div.DivClassName
{
background-color: #A2CC44;
}
.BgClassName
{
background-color: #A2CC44;
}
</style>
border-color css
<style>
span { border-color: #A2CC44; }
span { border-color: rgb(162,204,68); }
td.TdClassName
{
border-color: #A2CC44;
}
.TagClassName
{
border-color: #A2CC44;
}
</style>