Shades of Atlantis #A2BE40
Tints of Atlantis #A2BE40
RGB
CMYK
RGB Variations
Color information
#A2BE40 (or 0xA2BE40) is known color: Atlantis. HEX triplet: A2, BE and 40. RGB value is (162,190,64). Sum of RGB (Red+Green+Blue) = 162+190+64=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BE40 is #5D41BF. Grayscale: #A7A7A7. Windows color (decimal): -6111680 or 4243106. OLE color: 4243106.
HSL color Cylindrical-coordinate representation of color #A2BE40: hue angle of 73.33º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2BE40 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 64 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.25 |
| HSL | 73.33º | 0.5% | 0.5% | - |
| HSV(B) | 73.33º | 0.66% | 0.75% | - |
| XYZ | 34.24 | 44.88 | 11.71 | - |
| YUV | 167.26 | 69.72 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 64 | 0.15 | 0 | 0.66 | 0.25 | 73.33 | 0.5 | 0.5 |
| Hex | A2 | BE | 40 | F | 0 | 42 | 19 | 49 | 32 | 32 |
| Octal | 242 | 276 | 100 | 17 | 0 | 102 | 31 | 111 | 62 | 62 |
| Binary | 10100010 | 10111110 | 1000000 | 1111 | 0 | 1000010 | 11001 | 1001001 | 110010 | 110010 |
Color Harmonies of #A2BE40
Complementary color
Monochromatic Colors of #A2BE40
Black with #A2BE40
Text Example
Text Example
White with #A2BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE40; }
p { color: rgb(162,190,64); }
H1.HeaderClassName
{
color: #A2BE40;
}
.AnyTagClassName
{
color: #A2BE40;
}
</style>
background-color css
<style>
a { background-color: #A2BE40; }
a { background-color: rgb(162,190,64); }
div.DivClassName
{
background-color: #A2BE40;
}
.BgClassName
{
background-color: #A2BE40;
}
</style>
border-color css
<style>
span { border-color: #A2BE40; }
span { border-color: rgb(162,190,64); }
td.TdClassName
{
border-color: #A2BE40;
}
.TagClassName
{
border-color: #A2BE40;
}
</style>