Shades of Atlantis #A3CF3D
Tints of Atlantis #A3CF3D
RGB
CMYK
RGB Variations
Color information
#A3CF3D (or 0xA3CF3D) is known color: Atlantis. HEX triplet: A3, CF and 3D. RGB value is (163,207,61). Sum of RGB (Red+Green+Blue) = 163+207+61=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CF3D is #5C30C2. Grayscale: #B1B1B1. Windows color (decimal): -6041795 or 4050851. OLE color: 4050851.
HSL color Cylindrical-coordinate representation of color #A3CF3D: hue angle of 78.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A3CF3D is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 61 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.19 |
| HSL | 78.08º | 0.6% | 0.53% | - |
| HSV(B) | 78.08º | 0.71% | 0.81% | - |
| XYZ | 38.26 | 52.75 | 12.58 | - |
| YUV | 177.2 | 62.42 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 61 | 0.21 | 0 | 0.71 | 0.19 | 78.08 | 0.6 | 0.53 |
| Hex | A3 | CF | 3D | 15 | 0 | 47 | 13 | 4E | 3C | 35 |
| Octal | 243 | 317 | 75 | 25 | 0 | 107 | 23 | 116 | 74 | 65 |
| Binary | 10100011 | 11001111 | 111101 | 10101 | 0 | 1000111 | 10011 | 1001110 | 111100 | 110101 |
Color Harmonies of #A3CF3D
Complementary color
Monochromatic Colors of #A3CF3D
Black with #A3CF3D
Text Example
Text Example
White with #A3CF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CF3D; }
p { color: rgb(163,207,61); }
H1.HeaderClassName
{
color: #A3CF3D;
}
.AnyTagClassName
{
color: #A3CF3D;
}
</style>
background-color css
<style>
a { background-color: #A3CF3D; }
a { background-color: rgb(163,207,61); }
div.DivClassName
{
background-color: #A3CF3D;
}
.BgClassName
{
background-color: #A3CF3D;
}
</style>
border-color css
<style>
span { border-color: #A3CF3D; }
span { border-color: rgb(163,207,61); }
td.TdClassName
{
border-color: #A3CF3D;
}
.TagClassName
{
border-color: #A3CF3D;
}
</style>