Shades of Atlantis #A3C23E
Tints of Atlantis #A3C23E
RGB
CMYK
RGB Variations
Color information
#A3C23E (or 0xA3C23E) is known color: Atlantis. HEX triplet: A3, C2 and 3E. RGB value is (163,194,62). Sum of RGB (Red+Green+Blue) = 163+194+62=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C23E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C23E is #5C3DC1. Grayscale: #AAAAAA. Windows color (decimal): -6045122 or 4113059. OLE color: 4113059.
HSL color Cylindrical-coordinate representation of color #A3C23E: hue angle of 74.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A3C23E is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 62 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.24 |
| HSL | 74.09º | 0.52% | 0.5% | - |
| HSV(B) | 74.09º | 0.68% | 0.76% | - |
| XYZ | 35.27 | 46.72 | 11.72 | - |
| YUV | 169.68 | 67.23 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 62 | 0.16 | 0 | 0.68 | 0.24 | 74.09 | 0.52 | 0.5 |
| Hex | A3 | C2 | 3E | 10 | 0 | 44 | 18 | 4A | 34 | 32 |
| Octal | 243 | 302 | 76 | 20 | 0 | 104 | 30 | 112 | 64 | 62 |
| Binary | 10100011 | 11000010 | 111110 | 10000 | 0 | 1000100 | 11000 | 1001010 | 110100 | 110010 |
Color Harmonies of #A3C23E
Complementary color
Monochromatic Colors of #A3C23E
Black with #A3C23E
Text Example
Text Example
White with #A3C23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C23E; }
p { color: rgb(163,194,62); }
H1.HeaderClassName
{
color: #A3C23E;
}
.AnyTagClassName
{
color: #A3C23E;
}
</style>
background-color css
<style>
a { background-color: #A3C23E; }
a { background-color: rgb(163,194,62); }
div.DivClassName
{
background-color: #A3C23E;
}
.BgClassName
{
background-color: #A3C23E;
}
</style>
border-color css
<style>
span { border-color: #A3C23E; }
span { border-color: rgb(163,194,62); }
td.TdClassName
{
border-color: #A3C23E;
}
.TagClassName
{
border-color: #A3C23E;
}
</style>