Shades of Atlantis #8ADC40
Tints of Atlantis #8ADC40
RGB
CMYK
RGB Variations
Color information
#8ADC40 (or 0x8ADC40) is known color: Atlantis. HEX triplet: 8A, DC and 40. RGB value is (138,220,64). Sum of RGB (Red+Green+Blue) = 138+220+64=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADC40 is #7523BF. Grayscale: #B2B2B2. Windows color (decimal): -7676864 or 4250762. OLE color: 4250762.
HSL color Cylindrical-coordinate representation of color #8ADC40: hue angle of 91.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8ADC40 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 64 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.14 |
| HSL | 91.54º | 0.69% | 0.56% | - |
| HSV(B) | 91.54º | 0.71% | 0.86% | - |
| XYZ | 37 | 56.96 | 13.89 | - |
| YUV | 177.7 | 63.83 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 64 | 0.37 | 0 | 0.71 | 0.14 | 91.54 | 0.69 | 0.56 |
| Hex | 8A | DC | 40 | 25 | 0 | 47 | E | 5C | 45 | 38 |
| Octal | 212 | 334 | 100 | 45 | 0 | 107 | 16 | 134 | 105 | 70 |
| Binary | 10001010 | 11011100 | 1000000 | 100101 | 0 | 1000111 | 1110 | 1011100 | 1000101 | 111000 |
Color Harmonies of #8ADC40
Complementary color
Monochromatic Colors of #8ADC40
Black with #8ADC40
Text Example
Text Example
White with #8ADC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC40; }
p { color: rgb(138,220,64); }
H1.HeaderClassName
{
color: #8ADC40;
}
.AnyTagClassName
{
color: #8ADC40;
}
</style>
background-color css
<style>
a { background-color: #8ADC40; }
a { background-color: rgb(138,220,64); }
div.DivClassName
{
background-color: #8ADC40;
}
.BgClassName
{
background-color: #8ADC40;
}
</style>
border-color css
<style>
span { border-color: #8ADC40; }
span { border-color: rgb(138,220,64); }
td.TdClassName
{
border-color: #8ADC40;
}
.TagClassName
{
border-color: #8ADC40;
}
</style>