Shades of Atlantis #A3CF40
Tints of Atlantis #A3CF40
RGB
CMYK
RGB Variations
Color information
#A3CF40 (or 0xA3CF40) is known color: Atlantis. HEX triplet: A3, CF and 40. RGB value is (163,207,64). Sum of RGB (Red+Green+Blue) = 163+207+64=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CF40 is #5C30BF. Grayscale: #B2B2B2. Windows color (decimal): -6041792 or 4247459. OLE color: 4247459.
HSL color Cylindrical-coordinate representation of color #A3CF40: hue angle of 78.46º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3CF40 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 64 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.19 |
| HSL | 78.46º | 0.6% | 0.53% | - |
| HSV(B) | 78.46º | 0.69% | 0.81% | - |
| XYZ | 38.34 | 52.78 | 13.02 | - |
| YUV | 177.54 | 63.92 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 64 | 0.21 | 0 | 0.69 | 0.19 | 78.46 | 0.6 | 0.53 |
| Hex | A3 | CF | 40 | 15 | 0 | 45 | 13 | 4E | 3C | 35 |
| Octal | 243 | 317 | 100 | 25 | 0 | 105 | 23 | 116 | 74 | 65 |
| Binary | 10100011 | 11001111 | 1000000 | 10101 | 0 | 1000101 | 10011 | 1001110 | 111100 | 110101 |
Color Harmonies of #A3CF40
Complementary color
Monochromatic Colors of #A3CF40
Black with #A3CF40
Text Example
Text Example
White with #A3CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CF40; }
p { color: rgb(163,207,64); }
H1.HeaderClassName
{
color: #A3CF40;
}
.AnyTagClassName
{
color: #A3CF40;
}
</style>
background-color css
<style>
a { background-color: #A3CF40; }
a { background-color: rgb(163,207,64); }
div.DivClassName
{
background-color: #A3CF40;
}
.BgClassName
{
background-color: #A3CF40;
}
</style>
border-color css
<style>
span { border-color: #A3CF40; }
span { border-color: rgb(163,207,64); }
td.TdClassName
{
border-color: #A3CF40;
}
.TagClassName
{
border-color: #A3CF40;
}
</style>