Shades of Atlantis #A4CF42
Tints of Atlantis #A4CF42
RGB
CMYK
RGB Variations
Color information
#A4CF42 (or 0xA4CF42) is known color: Atlantis. HEX triplet: A4, CF and 42. RGB value is (164,207,66). Sum of RGB (Red+Green+Blue) = 164+207+66=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CF42 is #5B30BD. Grayscale: #B2B2B2. Windows color (decimal): -5976254 or 4378532. OLE color: 4378532.
HSL color Cylindrical-coordinate representation of color #A4CF42: hue angle of 78.3º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4CF42 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 66 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.19 |
| HSL | 78.3º | 0.59% | 0.54% | - |
| HSV(B) | 78.3º | 0.68% | 0.81% | - |
| XYZ | 38.61 | 52.91 | 13.33 | - |
| YUV | 178.07 | 64.75 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 66 | 0.21 | 0 | 0.68 | 0.19 | 78.3 | 0.59 | 0.54 |
| Hex | A4 | CF | 42 | 15 | 0 | 44 | 13 | 4E | 3B | 36 |
| Octal | 244 | 317 | 102 | 25 | 0 | 104 | 23 | 116 | 73 | 66 |
| Binary | 10100100 | 11001111 | 1000010 | 10101 | 0 | 1000100 | 10011 | 1001110 | 111011 | 110110 |
Color Harmonies of #A4CF42
Complementary color
Monochromatic Colors of #A4CF42
Black with #A4CF42
Text Example
Text Example
White with #A4CF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CF42; }
p { color: rgb(164,207,66); }
H1.HeaderClassName
{
color: #A4CF42;
}
.AnyTagClassName
{
color: #A4CF42;
}
</style>
background-color css
<style>
a { background-color: #A4CF42; }
a { background-color: rgb(164,207,66); }
div.DivClassName
{
background-color: #A4CF42;
}
.BgClassName
{
background-color: #A4CF42;
}
</style>
border-color css
<style>
span { border-color: #A4CF42; }
span { border-color: rgb(164,207,66); }
td.TdClassName
{
border-color: #A4CF42;
}
.TagClassName
{
border-color: #A4CF42;
}
</style>