Shades of Atlantis #8AD538
Tints of Atlantis #8AD538
RGB
CMYK
RGB Variations
Color information
#8AD538 (or 0x8AD538) is known color: Atlantis. HEX triplet: 8A, D5 and 38. RGB value is (138,213,56). Sum of RGB (Red+Green+Blue) = 138+213+56=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD538 is #752AC7. Grayscale: #ADADAD. Windows color (decimal): -7678664 or 3724682. OLE color: 3724682.
HSL color Cylindrical-coordinate representation of color #8AD538: hue angle of 88.66º 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 #8AD538 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 56 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.16 |
| HSL | 88.66º | 0.65% | 0.53% | - |
| HSV(B) | 88.66º | 0.74% | 0.84% | - |
| XYZ | 34.99 | 53.28 | 12.18 | - |
| YUV | 172.68 | 62.15 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 56 | 0.35 | 0 | 0.74 | 0.16 | 88.66 | 0.65 | 0.53 |
| Hex | 8A | D5 | 38 | 23 | 0 | 4A | 10 | 59 | 41 | 35 |
| Octal | 212 | 325 | 70 | 43 | 0 | 112 | 20 | 131 | 101 | 65 |
| Binary | 10001010 | 11010101 | 111000 | 100011 | 0 | 1001010 | 10000 | 1011001 | 1000001 | 110101 |
Color Harmonies of #8AD538
Complementary color
Monochromatic Colors of #8AD538
Black with #8AD538
Text Example
Text Example
White with #8AD538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD538; }
p { color: rgb(138,213,56); }
H1.HeaderClassName
{
color: #8AD538;
}
.AnyTagClassName
{
color: #8AD538;
}
</style>
background-color css
<style>
a { background-color: #8AD538; }
a { background-color: rgb(138,213,56); }
div.DivClassName
{
background-color: #8AD538;
}
.BgClassName
{
background-color: #8AD538;
}
</style>
border-color css
<style>
span { border-color: #8AD538; }
span { border-color: rgb(138,213,56); }
td.TdClassName
{
border-color: #8AD538;
}
.TagClassName
{
border-color: #8AD538;
}
</style>