Shades of Atlantis #A4C743
Tints of Atlantis #A4C743
RGB
CMYK
RGB Variations
Color information
#A4C743 (or 0xA4C743) is known color: Atlantis. HEX triplet: A4, C7 and 43. RGB value is (164,199,67). Sum of RGB (Red+Green+Blue) = 164+199+67=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C743 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C743 is #5B38BC. Grayscale: #ADADAD. Windows color (decimal): -5978301 or 4442020. OLE color: 4442020.
HSL color Cylindrical-coordinate representation of color #A4C743: hue angle of 75.91º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4C743 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 199 | 67 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.22 |
| HSL | 75.91º | 0.54% | 0.52% | - |
| HSV(B) | 75.91º | 0.66% | 0.78% | - |
| XYZ | 36.75 | 49.14 | 12.86 | - |
| YUV | 173.49 | 67.9 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 199 | 67 | 0.18 | 0 | 0.66 | 0.22 | 75.91 | 0.54 | 0.52 |
| Hex | A4 | C7 | 43 | 12 | 0 | 42 | 16 | 4C | 36 | 34 |
| Octal | 244 | 307 | 103 | 22 | 0 | 102 | 26 | 114 | 66 | 64 |
| Binary | 10100100 | 11000111 | 1000011 | 10010 | 0 | 1000010 | 10110 | 1001100 | 110110 | 110100 |
Color Harmonies of #A4C743
Complementary color
Monochromatic Colors of #A4C743
Black with #A4C743
Text Example
Text Example
White with #A4C743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C743; }
p { color: rgb(164,199,67); }
H1.HeaderClassName
{
color: #A4C743;
}
.AnyTagClassName
{
color: #A4C743;
}
</style>
background-color css
<style>
a { background-color: #A4C743; }
a { background-color: rgb(164,199,67); }
div.DivClassName
{
background-color: #A4C743;
}
.BgClassName
{
background-color: #A4C743;
}
</style>
border-color css
<style>
span { border-color: #A4C743; }
span { border-color: rgb(164,199,67); }
td.TdClassName
{
border-color: #A4C743;
}
.TagClassName
{
border-color: #A4C743;
}
</style>