Shades of Atlantis #A2CA38
Tints of Atlantis #A2CA38
RGB
CMYK
RGB Variations
Color information
#A2CA38 (or 0xA2CA38) is known color: Atlantis. HEX triplet: A2, CA and 38. RGB value is (162,202,56). Sum of RGB (Red+Green+Blue) = 162+202+56=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CA38 is #5D35C7. Grayscale: #ADADAD. Windows color (decimal): -6108616 or 3721890. OLE color: 3721890.
HSL color Cylindrical-coordinate representation of color #A2CA38: hue angle of 76.44º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2CA38 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 56 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.21 |
| HSL | 76.44º | 0.58% | 0.51% | - |
| HSV(B) | 76.44º | 0.72% | 0.79% | - |
| XYZ | 36.73 | 50.21 | 11.5 | - |
| YUV | 173.4 | 61.75 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 56 | 0.20 | 0 | 0.72 | 0.21 | 76.44 | 0.58 | 0.51 |
| Hex | A2 | CA | 38 | 14 | 0 | 48 | 15 | 4C | 3A | 33 |
| Octal | 242 | 312 | 70 | 24 | 0 | 110 | 25 | 114 | 72 | 63 |
| Binary | 10100010 | 11001010 | 111000 | 10100 | 0 | 1001000 | 10101 | 1001100 | 111010 | 110011 |
Color Harmonies of #A2CA38
Complementary color
Monochromatic Colors of #A2CA38
Black with #A2CA38
Text Example
Text Example
White with #A2CA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA38; }
p { color: rgb(162,202,56); }
H1.HeaderClassName
{
color: #A2CA38;
}
.AnyTagClassName
{
color: #A2CA38;
}
</style>
background-color css
<style>
a { background-color: #A2CA38; }
a { background-color: rgb(162,202,56); }
div.DivClassName
{
background-color: #A2CA38;
}
.BgClassName
{
background-color: #A2CA38;
}
</style>
border-color css
<style>
span { border-color: #A2CA38; }
span { border-color: rgb(162,202,56); }
td.TdClassName
{
border-color: #A2CA38;
}
.TagClassName
{
border-color: #A2CA38;
}
</style>