Shades of Atlantis #8AD243
Tints of Atlantis #8AD243
RGB
CMYK
RGB Variations
Color information
#8AD243 (or 0x8AD243) is known color: Atlantis. HEX triplet: 8A, D2 and 43. RGB value is (138,210,67). Sum of RGB (Red+Green+Blue) = 138+210+67=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD243 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD243 is #752DBC. Grayscale: #ACACAC. Windows color (decimal): -7679421 or 4444810. OLE color: 4444810.
HSL color Cylindrical-coordinate representation of color #8AD243: hue angle of 90.21º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AD243 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 67 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.18 |
| HSL | 90.21º | 0.61% | 0.54% | - |
| HSV(B) | 90.21º | 0.68% | 0.82% | - |
| XYZ | 34.54 | 51.9 | 13.51 | - |
| YUV | 172.17 | 68.65 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 67 | 0.34 | 0 | 0.68 | 0.18 | 90.21 | 0.61 | 0.54 |
| Hex | 8A | D2 | 43 | 22 | 0 | 44 | 12 | 5A | 3D | 36 |
| Octal | 212 | 322 | 103 | 42 | 0 | 104 | 22 | 132 | 75 | 66 |
| Binary | 10001010 | 11010010 | 1000011 | 100010 | 0 | 1000100 | 10010 | 1011010 | 111101 | 110110 |
Color Harmonies of #8AD243
Complementary color
Monochromatic Colors of #8AD243
Black with #8AD243
Text Example
Text Example
White with #8AD243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD243; }
p { color: rgb(138,210,67); }
H1.HeaderClassName
{
color: #8AD243;
}
.AnyTagClassName
{
color: #8AD243;
}
</style>
background-color css
<style>
a { background-color: #8AD243; }
a { background-color: rgb(138,210,67); }
div.DivClassName
{
background-color: #8AD243;
}
.BgClassName
{
background-color: #8AD243;
}
</style>
border-color css
<style>
span { border-color: #8AD243; }
span { border-color: rgb(138,210,67); }
td.TdClassName
{
border-color: #8AD243;
}
.TagClassName
{
border-color: #8AD243;
}
</style>