Shades of Atlantis #8ADC4B
Tints of Atlantis #8ADC4B
RGB
CMYK
RGB Variations
Color information
#8ADC4B (or 0x8ADC4B) is known color: Atlantis. HEX triplet: 8A, DC and 4B. RGB value is (138,220,75). Sum of RGB (Red+Green+Blue) = 138+220+75=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADC4B is #7523B4. Grayscale: #B3B3B3. Windows color (decimal): -7676853 or 4971658. OLE color: 4971658.
HSL color Cylindrical-coordinate representation of color #8ADC4B: hue angle of 93.93º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ADC4B is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 75 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.14 |
| HSL | 93.93º | 0.67% | 0.58% | - |
| HSV(B) | 93.93º | 0.66% | 0.86% | - |
| XYZ | 37.34 | 57.1 | 15.71 | - |
| YUV | 178.95 | 69.33 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 75 | 0.37 | 0 | 0.66 | 0.14 | 93.93 | 0.67 | 0.58 |
| Hex | 8A | DC | 4B | 25 | 0 | 42 | E | 5E | 43 | 3A |
| Octal | 212 | 334 | 113 | 45 | 0 | 102 | 16 | 136 | 103 | 72 |
| Binary | 10001010 | 11011100 | 1001011 | 100101 | 0 | 1000010 | 1110 | 1011110 | 1000011 | 111010 |
Color Harmonies of #8ADC4B
Complementary color
Monochromatic Colors of #8ADC4B
Black with #8ADC4B
Text Example
Text Example
White with #8ADC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC4B; }
p { color: rgb(138,220,75); }
H1.HeaderClassName
{
color: #8ADC4B;
}
.AnyTagClassName
{
color: #8ADC4B;
}
</style>
background-color css
<style>
a { background-color: #8ADC4B; }
a { background-color: rgb(138,220,75); }
div.DivClassName
{
background-color: #8ADC4B;
}
.BgClassName
{
background-color: #8ADC4B;
}
</style>
border-color css
<style>
span { border-color: #8ADC4B; }
span { border-color: rgb(138,220,75); }
td.TdClassName
{
border-color: #8ADC4B;
}
.TagClassName
{
border-color: #8ADC4B;
}
</style>