Shades of Atlantis #8AD248
Tints of Atlantis #8AD248
RGB
CMYK
RGB Variations
Color information
#8AD248 (or 0x8AD248) is known color: Atlantis. HEX triplet: 8A, D2 and 48. RGB value is (138,210,72). Sum of RGB (Red+Green+Blue) = 138+210+72=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD248 is #752DB7. Grayscale: #ADADAD. Windows color (decimal): -7679416 or 4772490. OLE color: 4772490.
HSL color Cylindrical-coordinate representation of color #8AD248: hue angle of 91.3º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AD248 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 72 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.18 |
| HSL | 91.3º | 0.61% | 0.55% | - |
| HSV(B) | 91.3º | 0.66% | 0.82% | - |
| XYZ | 34.7 | 51.96 | 14.33 | - |
| YUV | 172.74 | 71.15 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 72 | 0.34 | 0 | 0.66 | 0.18 | 91.3 | 0.61 | 0.55 |
| Hex | 8A | D2 | 48 | 22 | 0 | 42 | 12 | 5B | 3D | 37 |
| Octal | 212 | 322 | 110 | 42 | 0 | 102 | 22 | 133 | 75 | 67 |
| Binary | 10001010 | 11010010 | 1001000 | 100010 | 0 | 1000010 | 10010 | 1011011 | 111101 | 110111 |
Color Harmonies of #8AD248
Complementary color
Monochromatic Colors of #8AD248
Black with #8AD248
Text Example
Text Example
White with #8AD248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD248; }
p { color: rgb(138,210,72); }
H1.HeaderClassName
{
color: #8AD248;
}
.AnyTagClassName
{
color: #8AD248;
}
</style>
background-color css
<style>
a { background-color: #8AD248; }
a { background-color: rgb(138,210,72); }
div.DivClassName
{
background-color: #8AD248;
}
.BgClassName
{
background-color: #8AD248;
}
</style>
border-color css
<style>
span { border-color: #8AD248; }
span { border-color: rgb(138,210,72); }
td.TdClassName
{
border-color: #8AD248;
}
.TagClassName
{
border-color: #8AD248;
}
</style>