Shades of Atlantis #A3CF38
Tints of Atlantis #A3CF38
RGB
CMYK
RGB Variations
Color information
#A3CF38 (or 0xA3CF38) is known color: Atlantis. HEX triplet: A3, CF and 38. RGB value is (163,207,56). Sum of RGB (Red+Green+Blue) = 163+207+56=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CF38 is #5C30C7. Grayscale: #B1B1B1. Windows color (decimal): -6041800 or 3723171. OLE color: 3723171.
HSL color Cylindrical-coordinate representation of color #A3CF38: hue angle of 77.48º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3CF38 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 56 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.19 |
| HSL | 77.48º | 0.61% | 0.52% | - |
| HSV(B) | 77.48º | 0.73% | 0.81% | - |
| XYZ | 38.13 | 52.7 | 11.9 | - |
| YUV | 176.63 | 59.92 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 56 | 0.21 | 0 | 0.73 | 0.19 | 77.48 | 0.61 | 0.52 |
| Hex | A3 | CF | 38 | 15 | 0 | 49 | 13 | 4D | 3D | 34 |
| Octal | 243 | 317 | 70 | 25 | 0 | 111 | 23 | 115 | 75 | 64 |
| Binary | 10100011 | 11001111 | 111000 | 10101 | 0 | 1001001 | 10011 | 1001101 | 111101 | 110100 |
Color Harmonies of #A3CF38
Complementary color
Monochromatic Colors of #A3CF38
Black with #A3CF38
Text Example
Text Example
White with #A3CF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CF38; }
p { color: rgb(163,207,56); }
H1.HeaderClassName
{
color: #A3CF38;
}
.AnyTagClassName
{
color: #A3CF38;
}
</style>
background-color css
<style>
a { background-color: #A3CF38; }
a { background-color: rgb(163,207,56); }
div.DivClassName
{
background-color: #A3CF38;
}
.BgClassName
{
background-color: #A3CF38;
}
</style>
border-color css
<style>
span { border-color: #A3CF38; }
span { border-color: rgb(163,207,56); }
td.TdClassName
{
border-color: #A3CF38;
}
.TagClassName
{
border-color: #A3CF38;
}
</style>