Html Css Color HEX #8ADC58 Mantis

📋 copy color: '#8ADC58'

red 138 ◦ green 220 ◦ blue 88

#8ADC58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #8ADC58

Tints of Mantis #8ADC58

RGB

 RED value IS 138 (54.3% from 255) = 30.94%

 GREEN value IS 220 (86.33% from 255) = 49.33%

 BLUE value IS 88 (34.77% from 255) = 19.73%

R = 30.94%
G = 49.33%
B = 19.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.6

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8ADC58 (or 0x8ADC58) is known color: Mantis. HEX triplet: 8A, DC and 58. RGB value is (138,220,88). Sum of RGB (Red+Green+Blue) = 138+220+88=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC58 is #7523A7. Grayscale: #B4B4B4. Windows color (decimal): -7676840 or 5823626. OLE color: 5823626.

HSL color Cylindrical-coordinate representation of color #8ADC58: hue angle of 97.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8ADC58 is Cyan = 0.37, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 220 88 -
CMYK 0.37 0 0.6 0.14
HSL 97.27º 0.65% 0.6% -
HSV(B) 97.27º 0.6% 0.86% -
XYZ 37.84 57.29 18.3 -
YUV 180.43 75.83 97.73 -
System Red Green Blue C M Y K H S L
Decimal 138 220 88 0.37 0 0.6 0.14 97.27 0.65 0.6
Hex 8A DC 58 25 0 3C E 61 41 3C
Octal 212 334 130 45 0 74 16 141 101 74
Binary 10001010 11011100 1011000 100101 0 111100 1110 1100001 1000001 111100

Color Harmonies of #8ADC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADC58

Black with #8ADC58

Text Example


Text Example

White with #8ADC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ADC58; }

 p { color: rgb(138,220,88); }

 H1.HeaderClassName
 {
   color: #8ADC58;
 }
 .AnyTagClassName
 {
   color: #8ADC58;
 }
</style>

background-color css

<style>
 a { background-color: #8ADC58; }

 a { background-color: rgb(138,220,88); }

 div.DivClassName
 {
   background-color: #8ADC58;
 }
 .BgClassName
 {
   background-color: #8ADC58;
 }
</style>

border-color css

<style>
 span { border-color: #8ADC58; }

 span { border-color: rgb(138,220,88); }

 td.TdClassName
 {
   border-color: #8ADC58;
 }
 .TagClassName
 {
   border-color: #8ADC58;
 }
</style>