Html Css Color HEX #8ADC5A Mantis

📋 copy color: '#8ADC5A'

red 138 ◦ green 220 ◦ blue 90

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

Shades of Mantis #8ADC5A

Tints of Mantis #8ADC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.09%

R = 30.8%
G = 49.11%
B = 20.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#8ADC5A (or 0x8ADC5A) is known color: Mantis. HEX triplet: 8A, DC and 5A. RGB value is (138,220,90). Sum of RGB (Red+Green+Blue) = 138+220+90=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC5A is #7523A5. Grayscale: #B5B5B5. Windows color (decimal): -7676838 or 5954698. OLE color: 5954698.

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

Color convert

RGB 138 220 90 -
CMYK 0.37 0 0.59 0.14
HSL 97.85º 0.65% 0.61% -
HSV(B) 97.85º 0.59% 0.86% -
XYZ 37.92 57.33 18.74 -
YUV 180.66 76.83 97.57 -
System Red Green Blue C M Y K H S L
Decimal 138 220 90 0.37 0 0.59 0.14 97.85 0.65 0.61
Hex 8A DC 5A 25 0 3B E 62 41 3D
Octal 212 334 132 45 0 73 16 142 101 75
Binary 10001010 11011100 1011010 100101 0 111011 1110 1100010 1000001 111101

Color Harmonies of #8ADC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADC5A

Black with #8ADC5A

Text Example


Text Example

White with #8ADC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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