Shades of Atlantis #8AD73F
Tints of Atlantis #8AD73F
RGB
CMYK
RGB Variations
Color information
#8AD73F (or 0x8AD73F) is known color: Atlantis. HEX triplet: 8A, D7 and 3F. RGB value is (138,215,63). Sum of RGB (Red+Green+Blue) = 138+215+63=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD73F is #7528C0. Grayscale: #AFAFAF. Windows color (decimal): -7678145 or 4183946. OLE color: 4183946.
HSL color Cylindrical-coordinate representation of color #8AD73F: hue angle of 90.39º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AD73F is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 215 | 63 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.16 |
| HSL | 90.39º | 0.66% | 0.55% | - |
| HSV(B) | 90.39º | 0.71% | 0.84% | - |
| XYZ | 35.68 | 54.36 | 13.32 | - |
| YUV | 174.65 | 64.99 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 215 | 63 | 0.36 | 0 | 0.71 | 0.16 | 90.39 | 0.66 | 0.55 |
| Hex | 8A | D7 | 3F | 24 | 0 | 47 | 10 | 5A | 42 | 37 |
| Octal | 212 | 327 | 77 | 44 | 0 | 107 | 20 | 132 | 102 | 67 |
| Binary | 10001010 | 11010111 | 111111 | 100100 | 0 | 1000111 | 10000 | 1011010 | 1000010 | 110111 |
Color Harmonies of #8AD73F
Complementary color
Monochromatic Colors of #8AD73F
Black with #8AD73F
Text Example
Text Example
White with #8AD73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD73F; }
p { color: rgb(138,215,63); }
H1.HeaderClassName
{
color: #8AD73F;
}
.AnyTagClassName
{
color: #8AD73F;
}
</style>
background-color css
<style>
a { background-color: #8AD73F; }
a { background-color: rgb(138,215,63); }
div.DivClassName
{
background-color: #8AD73F;
}
.BgClassName
{
background-color: #8AD73F;
}
</style>
border-color css
<style>
span { border-color: #8AD73F; }
span { border-color: rgb(138,215,63); }
td.TdClassName
{
border-color: #8AD73F;
}
.TagClassName
{
border-color: #8AD73F;
}
</style>