Shades of Atlantis #8AD936
Tints of Atlantis #8AD936
RGB
CMYK
RGB Variations
Color information
#8AD936 (or 0x8AD936) is known color: Atlantis. HEX triplet: 8A, D9 and 36. RGB value is (138,217,54). Sum of RGB (Red+Green+Blue) = 138+217+54=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 217 (85.16% from 255 or 53.06% from 409); Blue value is 54 (21.48% from 255 or 13.20% from 409); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD936 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD936 is #7526C9. Grayscale: #AFAFAF. Windows color (decimal): -7677642 or 3594634. OLE color: 3594634.
HSL color Cylindrical-coordinate representation of color #8AD936: hue angle of 89.08º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AD936 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 217 | 54 | - |
| CMYK | 0.36 | 0 | 0.75 | 0.15 |
| HSL | 89.08º | 0.68% | 0.53% | - |
| HSV(B) | 89.08º | 0.75% | 0.85% | - |
| XYZ | 35.96 | 55.3 | 12.27 | - |
| YUV | 174.8 | 59.83 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 217 | 54 | 0.36 | 0 | 0.75 | 0.15 | 89.08 | 0.68 | 0.53 |
| Hex | 8A | D9 | 36 | 24 | 0 | 4B | F | 59 | 44 | 35 |
| Octal | 212 | 331 | 66 | 44 | 0 | 113 | 17 | 131 | 104 | 65 |
| Binary | 10001010 | 11011001 | 110110 | 100100 | 0 | 1001011 | 1111 | 1011001 | 1000100 | 110101 |
Color Harmonies of #8AD936
Complementary color
Monochromatic Colors of #8AD936
Black with #8AD936
Text Example
Text Example
White with #8AD936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD936; }
p { color: rgb(138,217,54); }
H1.HeaderClassName
{
color: #8AD936;
}
.AnyTagClassName
{
color: #8AD936;
}
</style>
background-color css
<style>
a { background-color: #8AD936; }
a { background-color: rgb(138,217,54); }
div.DivClassName
{
background-color: #8AD936;
}
.BgClassName
{
background-color: #8AD936;
}
</style>
border-color css
<style>
span { border-color: #8AD936; }
span { border-color: rgb(138,217,54); }
td.TdClassName
{
border-color: #8AD936;
}
.TagClassName
{
border-color: #8AD936;
}
</style>