Shades of Atlantis #A4CE44
Tints of Atlantis #A4CE44
RGB
CMYK
RGB Variations
Color information
#A4CE44 (or 0xA4CE44) is known color: Atlantis. HEX triplet: A4, CE and 44. RGB value is (164,206,68). Sum of RGB (Red+Green+Blue) = 164+206+68=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CE44 is #5B31BB. Grayscale: #B2B2B2. Windows color (decimal): -5976508 or 4509348. OLE color: 4509348.
HSL color Cylindrical-coordinate representation of color #A4CE44: hue angle of 78.26º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4CE44 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 206 | 68 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.19 |
| HSL | 78.26º | 0.58% | 0.54% | - |
| HSV(B) | 78.26º | 0.67% | 0.81% | - |
| XYZ | 38.42 | 52.45 | 13.57 | - |
| YUV | 177.71 | 66.09 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 68 | 0.20 | 0 | 0.67 | 0.19 | 78.26 | 0.58 | 0.54 |
| Hex | A4 | CE | 44 | 14 | 0 | 43 | 13 | 4E | 3A | 36 |
| Octal | 244 | 316 | 104 | 24 | 0 | 103 | 23 | 116 | 72 | 66 |
| Binary | 10100100 | 11001110 | 1000100 | 10100 | 0 | 1000011 | 10011 | 1001110 | 111010 | 110110 |
Color Harmonies of #A4CE44
Complementary color
Monochromatic Colors of #A4CE44
Black with #A4CE44
Text Example
Text Example
White with #A4CE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CE44; }
p { color: rgb(164,206,68); }
H1.HeaderClassName
{
color: #A4CE44;
}
.AnyTagClassName
{
color: #A4CE44;
}
</style>
background-color css
<style>
a { background-color: #A4CE44; }
a { background-color: rgb(164,206,68); }
div.DivClassName
{
background-color: #A4CE44;
}
.BgClassName
{
background-color: #A4CE44;
}
</style>
border-color css
<style>
span { border-color: #A4CE44; }
span { border-color: rgb(164,206,68); }
td.TdClassName
{
border-color: #A4CE44;
}
.TagClassName
{
border-color: #A4CE44;
}
</style>