Shades of Atlantis #A3C33C
Tints of Atlantis #A3C33C
RGB
CMYK
RGB Variations
Color information
#A3C33C (or 0xA3C33C) is known color: Atlantis. HEX triplet: A3, C3 and 3C. RGB value is (163,195,60). Sum of RGB (Red+Green+Blue) = 163+195+60=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C33C is #5C3CC3. Grayscale: #AAAAAA. Windows color (decimal): -6044868 or 3982243. OLE color: 3982243.
HSL color Cylindrical-coordinate representation of color #A3C33C: hue angle of 74.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3C33C is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 195 | 60 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.24 |
| HSL | 74.22º | 0.53% | 0.5% | - |
| HSV(B) | 74.22º | 0.69% | 0.76% | - |
| XYZ | 35.43 | 47.14 | 11.51 | - |
| YUV | 170.04 | 65.9 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 195 | 60 | 0.16 | 0 | 0.69 | 0.24 | 74.22 | 0.53 | 0.5 |
| Hex | A3 | C3 | 3C | 10 | 0 | 45 | 18 | 4A | 35 | 32 |
| Octal | 243 | 303 | 74 | 20 | 0 | 105 | 30 | 112 | 65 | 62 |
| Binary | 10100011 | 11000011 | 111100 | 10000 | 0 | 1000101 | 11000 | 1001010 | 110101 | 110010 |
Color Harmonies of #A3C33C
Complementary color
Monochromatic Colors of #A3C33C
Black with #A3C33C
Text Example
Text Example
White with #A3C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C33C; }
p { color: rgb(163,195,60); }
H1.HeaderClassName
{
color: #A3C33C;
}
.AnyTagClassName
{
color: #A3C33C;
}
</style>
background-color css
<style>
a { background-color: #A3C33C; }
a { background-color: rgb(163,195,60); }
div.DivClassName
{
background-color: #A3C33C;
}
.BgClassName
{
background-color: #A3C33C;
}
</style>
border-color css
<style>
span { border-color: #A3C33C; }
span { border-color: rgb(163,195,60); }
td.TdClassName
{
border-color: #A3C33C;
}
.TagClassName
{
border-color: #A3C33C;
}
</style>