Shades of Atlantis #8AD448
Tints of Atlantis #8AD448
RGB
CMYK
RGB Variations
Color information
#8AD448 (or 0x8AD448) is known color: Atlantis. HEX triplet: 8A, D4 and 48. RGB value is (138,212,72). Sum of RGB (Red+Green+Blue) = 138+212+72=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD448 is #752BB7. Grayscale: #AEAEAE. Windows color (decimal): -7678904 or 4773002. OLE color: 4773002.
HSL color Cylindrical-coordinate representation of color #8AD448: hue angle of 91.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AD448 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 212 | 72 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.17 |
| HSL | 91.71º | 0.62% | 0.56% | - |
| HSV(B) | 91.71º | 0.66% | 0.83% | - |
| XYZ | 35.19 | 52.96 | 14.5 | - |
| YUV | 173.91 | 70.48 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 212 | 72 | 0.35 | 0 | 0.66 | 0.17 | 91.71 | 0.62 | 0.56 |
| Hex | 8A | D4 | 48 | 23 | 0 | 42 | 11 | 5C | 3E | 38 |
| Octal | 212 | 324 | 110 | 43 | 0 | 102 | 21 | 134 | 76 | 70 |
| Binary | 10001010 | 11010100 | 1001000 | 100011 | 0 | 1000010 | 10001 | 1011100 | 111110 | 111000 |
Color Harmonies of #8AD448
Complementary color
Monochromatic Colors of #8AD448
Black with #8AD448
Text Example
Text Example
White with #8AD448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD448; }
p { color: rgb(138,212,72); }
H1.HeaderClassName
{
color: #8AD448;
}
.AnyTagClassName
{
color: #8AD448;
}
</style>
background-color css
<style>
a { background-color: #8AD448; }
a { background-color: rgb(138,212,72); }
div.DivClassName
{
background-color: #8AD448;
}
.BgClassName
{
background-color: #8AD448;
}
</style>
border-color css
<style>
span { border-color: #8AD448; }
span { border-color: rgb(138,212,72); }
td.TdClassName
{
border-color: #8AD448;
}
.TagClassName
{
border-color: #8AD448;
}
</style>