Shades of Atlantis #8AD84A
Tints of Atlantis #8AD84A
RGB
CMYK
RGB Variations
Color information
#8AD84A (or 0x8AD84A) is known color: Atlantis. HEX triplet: 8A, D8 and 4A. RGB value is (138,216,74). Sum of RGB (Red+Green+Blue) = 138+216+74=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD84A is #7527B5. Grayscale: #B0B0B0. Windows color (decimal): -7677878 or 4905098. OLE color: 4905098.
HSL color Cylindrical-coordinate representation of color #8AD84A: hue angle of 92.96º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AD84A is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 216 | 74 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.15 |
| HSL | 92.96º | 0.65% | 0.57% | - |
| HSV(B) | 92.96º | 0.66% | 0.85% | - |
| XYZ | 36.27 | 55.01 | 15.18 | - |
| YUV | 176.49 | 70.16 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 216 | 74 | 0.36 | 0 | 0.66 | 0.15 | 92.96 | 0.65 | 0.57 |
| Hex | 8A | D8 | 4A | 24 | 0 | 42 | F | 5D | 41 | 39 |
| Octal | 212 | 330 | 112 | 44 | 0 | 102 | 17 | 135 | 101 | 71 |
| Binary | 10001010 | 11011000 | 1001010 | 100100 | 0 | 1000010 | 1111 | 1011101 | 1000001 | 111001 |
Color Harmonies of #8AD84A
Complementary color
Monochromatic Colors of #8AD84A
Black with #8AD84A
Text Example
Text Example
White with #8AD84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD84A; }
p { color: rgb(138,216,74); }
H1.HeaderClassName
{
color: #8AD84A;
}
.AnyTagClassName
{
color: #8AD84A;
}
</style>
background-color css
<style>
a { background-color: #8AD84A; }
a { background-color: rgb(138,216,74); }
div.DivClassName
{
background-color: #8AD84A;
}
.BgClassName
{
background-color: #8AD84A;
}
</style>
border-color css
<style>
span { border-color: #8AD84A; }
span { border-color: rgb(138,216,74); }
td.TdClassName
{
border-color: #8AD84A;
}
.TagClassName
{
border-color: #8AD84A;
}
</style>