Shades of Atlantis #8AD23F
Tints of Atlantis #8AD23F
RGB
CMYK
RGB Variations
Color information
#8AD23F (or 0x8AD23F) is known color: Atlantis. HEX triplet: 8A, D2 and 3F. RGB value is (138,210,63). Sum of RGB (Red+Green+Blue) = 138+210+63=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD23F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD23F is #752DC0. Grayscale: #ACACAC. Windows color (decimal): -7679425 or 4182666. OLE color: 4182666.
HSL color Cylindrical-coordinate representation of color #8AD23F: hue angle of 89.39º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AD23F is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 63 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.18 |
| HSL | 89.39º | 0.62% | 0.54% | - |
| HSV(B) | 89.39º | 0.7% | 0.82% | - |
| XYZ | 34.43 | 51.86 | 12.9 | - |
| YUV | 171.71 | 66.65 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 63 | 0.34 | 0 | 0.70 | 0.18 | 89.39 | 0.62 | 0.54 |
| Hex | 8A | D2 | 3F | 22 | 0 | 46 | 12 | 59 | 3E | 36 |
| Octal | 212 | 322 | 77 | 42 | 0 | 106 | 22 | 131 | 76 | 66 |
| Binary | 10001010 | 11010010 | 111111 | 100010 | 0 | 1000110 | 10010 | 1011001 | 111110 | 110110 |
Color Harmonies of #8AD23F
Complementary color
Monochromatic Colors of #8AD23F
Black with #8AD23F
Text Example
Text Example
White with #8AD23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD23F; }
p { color: rgb(138,210,63); }
H1.HeaderClassName
{
color: #8AD23F;
}
.AnyTagClassName
{
color: #8AD23F;
}
</style>
background-color css
<style>
a { background-color: #8AD23F; }
a { background-color: rgb(138,210,63); }
div.DivClassName
{
background-color: #8AD23F;
}
.BgClassName
{
background-color: #8AD23F;
}
</style>
border-color css
<style>
span { border-color: #8AD23F; }
span { border-color: rgb(138,210,63); }
td.TdClassName
{
border-color: #8AD23F;
}
.TagClassName
{
border-color: #8AD23F;
}
</style>