Shades of Atlantis #8AD343
Tints of Atlantis #8AD343
RGB
CMYK
RGB Variations
Color information
#8AD343 (or 0x8AD343) is known color: Atlantis. HEX triplet: 8A, D3 and 43. RGB value is (138,211,67). Sum of RGB (Red+Green+Blue) = 138+211+67=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD343 is #752CBC. Grayscale: #ADADAD. Windows color (decimal): -7679165 or 4445066. OLE color: 4445066.
HSL color Cylindrical-coordinate representation of color #8AD343: hue angle of 90.42º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AD343 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 67 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.17 |
| HSL | 90.42º | 0.62% | 0.55% | - |
| HSV(B) | 90.42º | 0.68% | 0.83% | - |
| XYZ | 34.79 | 52.4 | 13.59 | - |
| YUV | 172.76 | 68.32 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 67 | 0.35 | 0 | 0.68 | 0.17 | 90.42 | 0.62 | 0.55 |
| Hex | 8A | D3 | 43 | 23 | 0 | 44 | 11 | 5A | 3E | 37 |
| Octal | 212 | 323 | 103 | 43 | 0 | 104 | 21 | 132 | 76 | 67 |
| Binary | 10001010 | 11010011 | 1000011 | 100011 | 0 | 1000100 | 10001 | 1011010 | 111110 | 110111 |
Color Harmonies of #8AD343
Complementary color
Monochromatic Colors of #8AD343
Black with #8AD343
Text Example
Text Example
White with #8AD343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD343; }
p { color: rgb(138,211,67); }
H1.HeaderClassName
{
color: #8AD343;
}
.AnyTagClassName
{
color: #8AD343;
}
</style>
background-color css
<style>
a { background-color: #8AD343; }
a { background-color: rgb(138,211,67); }
div.DivClassName
{
background-color: #8AD343;
}
.BgClassName
{
background-color: #8AD343;
}
</style>
border-color css
<style>
span { border-color: #8AD343; }
span { border-color: rgb(138,211,67); }
td.TdClassName
{
border-color: #8AD343;
}
.TagClassName
{
border-color: #8AD343;
}
</style>