Shades of Atlantis #8AD94B
Tints of Atlantis #8AD94B
RGB
CMYK
RGB Variations
Color information
#8AD94B (or 0x8AD94B) is known color: Atlantis. HEX triplet: 8A, D9 and 4B. RGB value is (138,217,75). Sum of RGB (Red+Green+Blue) = 138+217+75=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD94B is #7526B4. Grayscale: #B1B1B1. Windows color (decimal): -7677621 or 4970890. OLE color: 4970890.
HSL color Cylindrical-coordinate representation of color #8AD94B: hue angle of 93.38º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8AD94B is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 217 | 75 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.15 |
| HSL | 93.38º | 0.65% | 0.57% | - |
| HSV(B) | 93.38º | 0.65% | 0.85% | - |
| XYZ | 36.56 | 55.54 | 15.45 | - |
| YUV | 177.19 | 70.33 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 217 | 75 | 0.36 | 0 | 0.65 | 0.15 | 93.38 | 0.65 | 0.57 |
| Hex | 8A | D9 | 4B | 24 | 0 | 41 | F | 5D | 41 | 39 |
| Octal | 212 | 331 | 113 | 44 | 0 | 101 | 17 | 135 | 101 | 71 |
| Binary | 10001010 | 11011001 | 1001011 | 100100 | 0 | 1000001 | 1111 | 1011101 | 1000001 | 111001 |
Color Harmonies of #8AD94B
Complementary color
Monochromatic Colors of #8AD94B
Black with #8AD94B
Text Example
Text Example
White with #8AD94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD94B; }
p { color: rgb(138,217,75); }
H1.HeaderClassName
{
color: #8AD94B;
}
.AnyTagClassName
{
color: #8AD94B;
}
</style>
background-color css
<style>
a { background-color: #8AD94B; }
a { background-color: rgb(138,217,75); }
div.DivClassName
{
background-color: #8AD94B;
}
.BgClassName
{
background-color: #8AD94B;
}
</style>
border-color css
<style>
span { border-color: #8AD94B; }
span { border-color: rgb(138,217,75); }
td.TdClassName
{
border-color: #8AD94B;
}
.TagClassName
{
border-color: #8AD94B;
}
</style>