Shades of Atlantis #8AD935
Tints of Atlantis #8AD935
RGB
CMYK
RGB Variations
Color information
#8AD935 (or 0x8AD935) is known color: Atlantis. HEX triplet: 8A, D9 and 35. RGB value is (138,217,53). Sum of RGB (Red+Green+Blue) = 138+217+53=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD935 is #7526CA. Grayscale: #AFAFAF. Windows color (decimal): -7677643 or 3529098. OLE color: 3529098.
HSL color Cylindrical-coordinate representation of color #8AD935: hue angle of 88.9º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AD935 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 217 | 53 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.15 |
| HSL | 88.9º | 0.68% | 0.53% | - |
| HSV(B) | 88.9º | 0.76% | 0.85% | - |
| XYZ | 35.94 | 55.29 | 12.15 | - |
| YUV | 174.68 | 59.33 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 217 | 53 | 0.36 | 0 | 0.76 | 0.15 | 88.9 | 0.68 | 0.53 |
| Hex | 8A | D9 | 35 | 24 | 0 | 4C | F | 59 | 44 | 35 |
| Octal | 212 | 331 | 65 | 44 | 0 | 114 | 17 | 131 | 104 | 65 |
| Binary | 10001010 | 11011001 | 110101 | 100100 | 0 | 1001100 | 1111 | 1011001 | 1000100 | 110101 |
Color Harmonies of #8AD935
Complementary color
Monochromatic Colors of #8AD935
Black with #8AD935
Text Example
Text Example
White with #8AD935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD935; }
p { color: rgb(138,217,53); }
H1.HeaderClassName
{
color: #8AD935;
}
.AnyTagClassName
{
color: #8AD935;
}
</style>
background-color css
<style>
a { background-color: #8AD935; }
a { background-color: rgb(138,217,53); }
div.DivClassName
{
background-color: #8AD935;
}
.BgClassName
{
background-color: #8AD935;
}
</style>
border-color css
<style>
span { border-color: #8AD935; }
span { border-color: rgb(138,217,53); }
td.TdClassName
{
border-color: #8AD935;
}
.TagClassName
{
border-color: #8AD935;
}
</style>