Shades of Atlantis #8ADC47
Tints of Atlantis #8ADC47
RGB
CMYK
RGB Variations
Color information
#8ADC47 (or 0x8ADC47) is known color: Atlantis. HEX triplet: 8A, DC and 47. RGB value is (138,220,71). Sum of RGB (Red+Green+Blue) = 138+220+71=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADC47 is #7523B8. Grayscale: #B3B3B3. Windows color (decimal): -7676857 or 4709514. OLE color: 4709514.
HSL color Cylindrical-coordinate representation of color #8ADC47: hue angle of 93.02º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8ADC47 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 71 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.14 |
| HSL | 93.02º | 0.68% | 0.57% | - |
| HSV(B) | 93.02º | 0.68% | 0.86% | - |
| XYZ | 37.21 | 57.04 | 15.01 | - |
| YUV | 178.5 | 67.33 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 71 | 0.37 | 0 | 0.68 | 0.14 | 93.02 | 0.68 | 0.57 |
| Hex | 8A | DC | 47 | 25 | 0 | 44 | E | 5D | 44 | 39 |
| Octal | 212 | 334 | 107 | 45 | 0 | 104 | 16 | 135 | 104 | 71 |
| Binary | 10001010 | 11011100 | 1000111 | 100101 | 0 | 1000100 | 1110 | 1011101 | 1000100 | 111001 |
Color Harmonies of #8ADC47
Complementary color
Monochromatic Colors of #8ADC47
Black with #8ADC47
Text Example
Text Example
White with #8ADC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC47; }
p { color: rgb(138,220,71); }
H1.HeaderClassName
{
color: #8ADC47;
}
.AnyTagClassName
{
color: #8ADC47;
}
</style>
background-color css
<style>
a { background-color: #8ADC47; }
a { background-color: rgb(138,220,71); }
div.DivClassName
{
background-color: #8ADC47;
}
.BgClassName
{
background-color: #8ADC47;
}
</style>
border-color css
<style>
span { border-color: #8ADC47; }
span { border-color: rgb(138,220,71); }
td.TdClassName
{
border-color: #8ADC47;
}
.TagClassName
{
border-color: #8ADC47;
}
</style>