Shades of Atlantis #A4C94F
Tints of Atlantis #A4C94F
RGB
CMYK
RGB Variations
Color information
#A4C94F (or 0xA4C94F) is known color: Atlantis. HEX triplet: A4, C9 and 4F. RGB value is (164,201,79). Sum of RGB (Red+Green+Blue) = 164+201+79=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C94F is #5B36B0. Grayscale: #B0B0B0. Windows color (decimal): -5977777 or 5228964. OLE color: 5228964.
HSL color Cylindrical-coordinate representation of color #A4C94F: hue angle of 78.2º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A4C94F is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 79 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.21 |
| HSL | 78.2º | 0.53% | 0.55% | - |
| HSV(B) | 78.2º | 0.61% | 0.79% | - |
| XYZ | 37.61 | 50.23 | 15.11 | - |
| YUV | 176.03 | 73.24 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 79 | 0.18 | 0 | 0.61 | 0.21 | 78.2 | 0.53 | 0.55 |
| Hex | A4 | C9 | 4F | 12 | 0 | 3D | 15 | 4E | 35 | 37 |
| Octal | 244 | 311 | 117 | 22 | 0 | 75 | 25 | 116 | 65 | 67 |
| Binary | 10100100 | 11001001 | 1001111 | 10010 | 0 | 111101 | 10101 | 1001110 | 110101 | 110111 |
Color Harmonies of #A4C94F
Complementary color
Monochromatic Colors of #A4C94F
Black with #A4C94F
Text Example
Text Example
White with #A4C94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C94F; }
p { color: rgb(164,201,79); }
H1.HeaderClassName
{
color: #A4C94F;
}
.AnyTagClassName
{
color: #A4C94F;
}
</style>
background-color css
<style>
a { background-color: #A4C94F; }
a { background-color: rgb(164,201,79); }
div.DivClassName
{
background-color: #A4C94F;
}
.BgClassName
{
background-color: #A4C94F;
}
</style>
border-color css
<style>
span { border-color: #A4C94F; }
span { border-color: rgb(164,201,79); }
td.TdClassName
{
border-color: #A4C94F;
}
.TagClassName
{
border-color: #A4C94F;
}
</style>