Shades of Atlantis #8AD537
Tints of Atlantis #8AD537
RGB
CMYK
RGB Variations
Color information
#8AD537 (or 0x8AD537) is known color: Atlantis. HEX triplet: 8A, D5 and 37. RGB value is (138,213,55). Sum of RGB (Red+Green+Blue) = 138+213+55=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD537 is #752AC8. Grayscale: #ADADAD. Windows color (decimal): -7678665 or 3659146. OLE color: 3659146.
HSL color Cylindrical-coordinate representation of color #8AD537: hue angle of 88.48º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AD537 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 55 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.16 |
| HSL | 88.48º | 0.65% | 0.53% | - |
| HSV(B) | 88.48º | 0.74% | 0.84% | - |
| XYZ | 34.97 | 53.27 | 12.05 | - |
| YUV | 172.56 | 61.65 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 55 | 0.35 | 0 | 0.74 | 0.16 | 88.48 | 0.65 | 0.53 |
| Hex | 8A | D5 | 37 | 23 | 0 | 4A | 10 | 58 | 41 | 35 |
| Octal | 212 | 325 | 67 | 43 | 0 | 112 | 20 | 130 | 101 | 65 |
| Binary | 10001010 | 11010101 | 110111 | 100011 | 0 | 1001010 | 10000 | 1011000 | 1000001 | 110101 |
Color Harmonies of #8AD537
Complementary color
Monochromatic Colors of #8AD537
Black with #8AD537
Text Example
Text Example
White with #8AD537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD537; }
p { color: rgb(138,213,55); }
H1.HeaderClassName
{
color: #8AD537;
}
.AnyTagClassName
{
color: #8AD537;
}
</style>
background-color css
<style>
a { background-color: #8AD537; }
a { background-color: rgb(138,213,55); }
div.DivClassName
{
background-color: #8AD537;
}
.BgClassName
{
background-color: #8AD537;
}
</style>
border-color css
<style>
span { border-color: #8AD537; }
span { border-color: rgb(138,213,55); }
td.TdClassName
{
border-color: #8AD537;
}
.TagClassName
{
border-color: #8AD537;
}
</style>