Shades of Atlantis #A3CF45
Tints of Atlantis #A3CF45
RGB
CMYK
RGB Variations
Color information
#A3CF45 (or 0xA3CF45) is known color: Atlantis. HEX triplet: A3, CF and 45. RGB value is (163,207,69). Sum of RGB (Red+Green+Blue) = 163+207+69=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CF45 is #5C30BA. Grayscale: #B2B2B2. Windows color (decimal): -6041787 or 4575139. OLE color: 4575139.
HSL color Cylindrical-coordinate representation of color #A3CF45: hue angle of 79.13º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3CF45 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 69 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.19 |
| HSL | 79.13º | 0.59% | 0.54% | - |
| HSV(B) | 79.13º | 0.67% | 0.81% | - |
| XYZ | 38.49 | 52.84 | 13.8 | - |
| YUV | 178.11 | 66.42 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 69 | 0.21 | 0 | 0.67 | 0.19 | 79.13 | 0.59 | 0.54 |
| Hex | A3 | CF | 45 | 15 | 0 | 43 | 13 | 4F | 3B | 36 |
| Octal | 243 | 317 | 105 | 25 | 0 | 103 | 23 | 117 | 73 | 66 |
| Binary | 10100011 | 11001111 | 1000101 | 10101 | 0 | 1000011 | 10011 | 1001111 | 111011 | 110110 |
Color Harmonies of #A3CF45
Complementary color
Monochromatic Colors of #A3CF45
Black with #A3CF45
Text Example
Text Example
White with #A3CF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CF45; }
p { color: rgb(163,207,69); }
H1.HeaderClassName
{
color: #A3CF45;
}
.AnyTagClassName
{
color: #A3CF45;
}
</style>
background-color css
<style>
a { background-color: #A3CF45; }
a { background-color: rgb(163,207,69); }
div.DivClassName
{
background-color: #A3CF45;
}
.BgClassName
{
background-color: #A3CF45;
}
</style>
border-color css
<style>
span { border-color: #A3CF45; }
span { border-color: rgb(163,207,69); }
td.TdClassName
{
border-color: #A3CF45;
}
.TagClassName
{
border-color: #A3CF45;
}
</style>