Shades of Atlantis #A3C03D
Tints of Atlantis #A3C03D
RGB
CMYK
RGB Variations
Color information
#A3C03D (or 0xA3C03D) is known color: Atlantis. HEX triplet: A3, C0 and 3D. RGB value is (163,192,61). Sum of RGB (Red+Green+Blue) = 163+192+61=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C03D is #5C3FC2. Grayscale: #A8A8A8. Windows color (decimal): -6045635 or 4047011. OLE color: 4047011.
HSL color Cylindrical-coordinate representation of color #A3C03D: hue angle of 73.28º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A3C03D is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 61 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.25 |
| HSL | 73.28º | 0.52% | 0.5% | - |
| HSV(B) | 73.28º | 0.68% | 0.75% | - |
| XYZ | 34.8 | 45.82 | 11.43 | - |
| YUV | 168.4 | 67.39 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 61 | 0.15 | 0 | 0.68 | 0.25 | 73.28 | 0.52 | 0.5 |
| Hex | A3 | C0 | 3D | F | 0 | 44 | 19 | 49 | 34 | 32 |
| Octal | 243 | 300 | 75 | 17 | 0 | 104 | 31 | 111 | 64 | 62 |
| Binary | 10100011 | 11000000 | 111101 | 1111 | 0 | 1000100 | 11001 | 1001001 | 110100 | 110010 |
Color Harmonies of #A3C03D
Complementary color
Monochromatic Colors of #A3C03D
Black with #A3C03D
Text Example
Text Example
White with #A3C03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C03D; }
p { color: rgb(163,192,61); }
H1.HeaderClassName
{
color: #A3C03D;
}
.AnyTagClassName
{
color: #A3C03D;
}
</style>
background-color css
<style>
a { background-color: #A3C03D; }
a { background-color: rgb(163,192,61); }
div.DivClassName
{
background-color: #A3C03D;
}
.BgClassName
{
background-color: #A3C03D;
}
</style>
border-color css
<style>
span { border-color: #A3C03D; }
span { border-color: rgb(163,192,61); }
td.TdClassName
{
border-color: #A3C03D;
}
.TagClassName
{
border-color: #A3C03D;
}
</style>