Shades of Atlantis #A4C948
Tints of Atlantis #A4C948
RGB
CMYK
RGB Variations
Color information
#A4C948 (or 0xA4C948) is known color: Atlantis. HEX triplet: A4, C9 and 48. RGB value is (164,201,72). Sum of RGB (Red+Green+Blue) = 164+201+72=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C948 is #5B36B7. Grayscale: #AFAFAF. Windows color (decimal): -5977784 or 4770212. OLE color: 4770212.
HSL color Cylindrical-coordinate representation of color #A4C948: hue angle of 77.21º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4C948 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 72 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.21 |
| HSL | 77.21º | 0.54% | 0.54% | - |
| HSV(B) | 77.21º | 0.64% | 0.79% | - |
| XYZ | 37.37 | 50.13 | 13.84 | - |
| YUV | 175.23 | 69.74 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 72 | 0.18 | 0 | 0.64 | 0.21 | 77.21 | 0.54 | 0.54 |
| Hex | A4 | C9 | 48 | 12 | 0 | 40 | 15 | 4D | 36 | 36 |
| Octal | 244 | 311 | 110 | 22 | 0 | 100 | 25 | 115 | 66 | 66 |
| Binary | 10100100 | 11001001 | 1001000 | 10010 | 0 | 1000000 | 10101 | 1001101 | 110110 | 110110 |
Color Harmonies of #A4C948
Complementary color
Monochromatic Colors of #A4C948
Black with #A4C948
Text Example
Text Example
White with #A4C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C948; }
p { color: rgb(164,201,72); }
H1.HeaderClassName
{
color: #A4C948;
}
.AnyTagClassName
{
color: #A4C948;
}
</style>
background-color css
<style>
a { background-color: #A4C948; }
a { background-color: rgb(164,201,72); }
div.DivClassName
{
background-color: #A4C948;
}
.BgClassName
{
background-color: #A4C948;
}
</style>
border-color css
<style>
span { border-color: #A4C948; }
span { border-color: rgb(164,201,72); }
td.TdClassName
{
border-color: #A4C948;
}
.TagClassName
{
border-color: #A4C948;
}
</style>