Shades of Atlantis #A4CA4C
Tints of Atlantis #A4CA4C
RGB
CMYK
RGB Variations
Color information
#A4CA4C (or 0xA4CA4C) is known color: Atlantis. HEX triplet: A4, CA and 4C. RGB value is (164,202,76). Sum of RGB (Red+Green+Blue) = 164+202+76=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CA4C is #5B35B3. Grayscale: #B0B0B0. Windows color (decimal): -5977524 or 5032612. OLE color: 5032612.
HSL color Cylindrical-coordinate representation of color #A4CA4C: hue angle of 78.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4CA4C is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 202 | 76 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.21 |
| HSL | 78.1º | 0.54% | 0.55% | - |
| HSV(B) | 78.1º | 0.62% | 0.79% | - |
| XYZ | 37.73 | 50.66 | 14.63 | - |
| YUV | 176.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 76 | 0.19 | 0 | 0.62 | 0.21 | 78.1 | 0.54 | 0.55 |
| Hex | A4 | CA | 4C | 13 | 0 | 3E | 15 | 4E | 36 | 37 |
| Octal | 244 | 312 | 114 | 23 | 0 | 76 | 25 | 116 | 66 | 67 |
| Binary | 10100100 | 11001010 | 1001100 | 10011 | 0 | 111110 | 10101 | 1001110 | 110110 | 110111 |
Color Harmonies of #A4CA4C
Complementary color
Monochromatic Colors of #A4CA4C
Black with #A4CA4C
Text Example
Text Example
White with #A4CA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CA4C; }
p { color: rgb(164,202,76); }
H1.HeaderClassName
{
color: #A4CA4C;
}
.AnyTagClassName
{
color: #A4CA4C;
}
</style>
background-color css
<style>
a { background-color: #A4CA4C; }
a { background-color: rgb(164,202,76); }
div.DivClassName
{
background-color: #A4CA4C;
}
.BgClassName
{
background-color: #A4CA4C;
}
</style>
border-color css
<style>
span { border-color: #A4CA4C; }
span { border-color: rgb(164,202,76); }
td.TdClassName
{
border-color: #A4CA4C;
}
.TagClassName
{
border-color: #A4CA4C;
}
</style>