Shades of Atlantis #8AD145
Tints of Atlantis #8AD145
RGB
CMYK
RGB Variations
Color information
#8AD145 (or 0x8AD145) is known color: Atlantis. HEX triplet: 8A, D1 and 45. RGB value is (138,209,69). Sum of RGB (Red+Green+Blue) = 138+209+69=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD145 is #752EBA. Grayscale: #ACACAC. Windows color (decimal): -7679675 or 4575626. OLE color: 4575626.
HSL color Cylindrical-coordinate representation of color #8AD145: hue angle of 90.43º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8AD145 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 209 | 69 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.18 |
| HSL | 90.43º | 0.6% | 0.55% | - |
| HSV(B) | 90.43º | 0.67% | 0.82% | - |
| XYZ | 34.36 | 51.43 | 13.75 | - |
| YUV | 171.81 | 69.98 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 69 | 0.34 | 0 | 0.67 | 0.18 | 90.43 | 0.6 | 0.55 |
| Hex | 8A | D1 | 45 | 22 | 0 | 43 | 12 | 5A | 3C | 37 |
| Octal | 212 | 321 | 105 | 42 | 0 | 103 | 22 | 132 | 74 | 67 |
| Binary | 10001010 | 11010001 | 1000101 | 100010 | 0 | 1000011 | 10010 | 1011010 | 111100 | 110111 |
Color Harmonies of #8AD145
Complementary color
Monochromatic Colors of #8AD145
Black with #8AD145
Text Example
Text Example
White with #8AD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD145; }
p { color: rgb(138,209,69); }
H1.HeaderClassName
{
color: #8AD145;
}
.AnyTagClassName
{
color: #8AD145;
}
</style>
background-color css
<style>
a { background-color: #8AD145; }
a { background-color: rgb(138,209,69); }
div.DivClassName
{
background-color: #8AD145;
}
.BgClassName
{
background-color: #8AD145;
}
</style>
border-color css
<style>
span { border-color: #8AD145; }
span { border-color: rgb(138,209,69); }
td.TdClassName
{
border-color: #8AD145;
}
.TagClassName
{
border-color: #8AD145;
}
</style>