Shades of Mantis #8ADC5C
Tints of Mantis #8ADC5C
RGB
CMYK
RGB Variations
Color information
#8ADC5C (or 0x8ADC5C) is known color: Mantis. HEX triplet: 8A, DC and 5C. RGB value is (138,220,92). Sum of RGB (Red+Green+Blue) = 138+220+92=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC5C is #7523A3. Grayscale: #B5B5B5. Windows color (decimal): -7676836 or 6085770. OLE color: 6085770.
HSL color Cylindrical-coordinate representation of color #8ADC5C: hue angle of 98.44º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8ADC5C is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 92 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.14 |
| HSL | 98.44º | 0.65% | 0.61% | - |
| HSV(B) | 98.44º | 0.58% | 0.86% | - |
| XYZ | 38.01 | 57.36 | 19.19 | - |
| YUV | 180.89 | 77.83 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 92 | 0.37 | 0 | 0.58 | 0.14 | 98.44 | 0.65 | 0.61 |
| Hex | 8A | DC | 5C | 25 | 0 | 3A | E | 62 | 41 | 3D |
| Octal | 212 | 334 | 134 | 45 | 0 | 72 | 16 | 142 | 101 | 75 |
| Binary | 10001010 | 11011100 | 1011100 | 100101 | 0 | 111010 | 1110 | 1100010 | 1000001 | 111101 |
Color Harmonies of #8ADC5C
Complementary color
Monochromatic Colors of #8ADC5C
Black with #8ADC5C
Text Example
Text Example
White with #8ADC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC5C; }
p { color: rgb(138,220,92); }
H1.HeaderClassName
{
color: #8ADC5C;
}
.AnyTagClassName
{
color: #8ADC5C;
}
</style>
background-color css
<style>
a { background-color: #8ADC5C; }
a { background-color: rgb(138,220,92); }
div.DivClassName
{
background-color: #8ADC5C;
}
.BgClassName
{
background-color: #8ADC5C;
}
</style>
border-color css
<style>
span { border-color: #8ADC5C; }
span { border-color: rgb(138,220,92); }
td.TdClassName
{
border-color: #8ADC5C;
}
.TagClassName
{
border-color: #8ADC5C;
}
</style>