Shades of Atlantis #A5C53C
Tints of Atlantis #A5C53C
RGB
CMYK
RGB Variations
Color information
#A5C53C (or 0xA5C53C) is known color: Atlantis. HEX triplet: A5, C5 and 3C. RGB value is (165,197,60). Sum of RGB (Red+Green+Blue) = 165+197+60=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C53C is #5A3AC3. Grayscale: #ACACAC. Windows color (decimal): -5913284 or 3982757. OLE color: 3982757.
HSL color Cylindrical-coordinate representation of color #A5C53C: hue angle of 74.01º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5C53C is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 60 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.23 |
| HSL | 74.01º | 0.54% | 0.5% | - |
| HSV(B) | 74.01º | 0.7% | 0.77% | - |
| XYZ | 36.3 | 48.26 | 11.68 | - |
| YUV | 171.81 | 64.9 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 60 | 0.16 | 0 | 0.70 | 0.23 | 74.01 | 0.54 | 0.5 |
| Hex | A5 | C5 | 3C | 10 | 0 | 46 | 17 | 4A | 36 | 32 |
| Octal | 245 | 305 | 74 | 20 | 0 | 106 | 27 | 112 | 66 | 62 |
| Binary | 10100101 | 11000101 | 111100 | 10000 | 0 | 1000110 | 10111 | 1001010 | 110110 | 110010 |
Color Harmonies of #A5C53C
Complementary color
Monochromatic Colors of #A5C53C
Black with #A5C53C
Text Example
Text Example
White with #A5C53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C53C; }
p { color: rgb(165,197,60); }
H1.HeaderClassName
{
color: #A5C53C;
}
.AnyTagClassName
{
color: #A5C53C;
}
</style>
background-color css
<style>
a { background-color: #A5C53C; }
a { background-color: rgb(165,197,60); }
div.DivClassName
{
background-color: #A5C53C;
}
.BgClassName
{
background-color: #A5C53C;
}
</style>
border-color css
<style>
span { border-color: #A5C53C; }
span { border-color: rgb(165,197,60); }
td.TdClassName
{
border-color: #A5C53C;
}
.TagClassName
{
border-color: #A5C53C;
}
</style>