Shades of Atlantis #A3CF47
Tints of Atlantis #A3CF47
RGB
CMYK
RGB Variations
Color information
#A3CF47 (or 0xA3CF47) is known color: Atlantis. HEX triplet: A3, CF and 47. RGB value is (163,207,71). Sum of RGB (Red+Green+Blue) = 163+207+71=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CF47 is #5C30B8. Grayscale: #B2B2B2. Windows color (decimal): -6041785 or 4706211. OLE color: 4706211.
HSL color Cylindrical-coordinate representation of color #A3CF47: hue angle of 79.41º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3CF47 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 71 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.19 |
| HSL | 79.41º | 0.59% | 0.55% | - |
| HSV(B) | 79.41º | 0.66% | 0.81% | - |
| XYZ | 38.55 | 52.87 | 14.13 | - |
| YUV | 178.34 | 67.42 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 71 | 0.21 | 0 | 0.66 | 0.19 | 79.41 | 0.59 | 0.55 |
| Hex | A3 | CF | 47 | 15 | 0 | 42 | 13 | 4F | 3B | 37 |
| Octal | 243 | 317 | 107 | 25 | 0 | 102 | 23 | 117 | 73 | 67 |
| Binary | 10100011 | 11001111 | 1000111 | 10101 | 0 | 1000010 | 10011 | 1001111 | 111011 | 110111 |
Color Harmonies of #A3CF47
Complementary color
Monochromatic Colors of #A3CF47
Black with #A3CF47
Text Example
Text Example
White with #A3CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CF47; }
p { color: rgb(163,207,71); }
H1.HeaderClassName
{
color: #A3CF47;
}
.AnyTagClassName
{
color: #A3CF47;
}
</style>
background-color css
<style>
a { background-color: #A3CF47; }
a { background-color: rgb(163,207,71); }
div.DivClassName
{
background-color: #A3CF47;
}
.BgClassName
{
background-color: #A3CF47;
}
</style>
border-color css
<style>
span { border-color: #A3CF47; }
span { border-color: rgb(163,207,71); }
td.TdClassName
{
border-color: #A3CF47;
}
.TagClassName
{
border-color: #A3CF47;
}
</style>