Html Css Color HEX #8AD75D Mantis

📋 copy color: '#8AD75D'

red 138 ◦ green 215 ◦ blue 93

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

Shades of Mantis #8AD75D

Tints of Mantis #8AD75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.21%

 BLUE value IS 93 (36.72% from 255) = 20.85%

R = 30.94%
G = 48.21%
B = 20.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#8AD75D (or 0x8AD75D) is known color: Mantis. HEX triplet: 8A, D7 and 5D. RGB value is (138,215,93). Sum of RGB (Red+Green+Blue) = 138+215+93=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD75D is #7528A2. Grayscale: #B2B2B2. Windows color (decimal): -7678115 or 6150026. OLE color: 6150026.

HSL color Cylindrical-coordinate representation of color #8AD75D: hue angle of 97.87º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8AD75D is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 215 93 -
CMYK 0.36 0 0.57 0.16
HSL 97.87º 0.6% 0.6% -
HSV(B) 97.87º 0.57% 0.84% -
XYZ 36.76 54.79 19 -
YUV 178.07 79.99 99.42 -
System Red Green Blue C M Y K H S L
Decimal 138 215 93 0.36 0 0.57 0.16 97.87 0.6 0.6
Hex 8A D7 5D 24 0 39 10 62 3C 3C
Octal 212 327 135 44 0 71 20 142 74 74
Binary 10001010 11010111 1011101 100100 0 111001 10000 1100010 111100 111100

Color Harmonies of #8AD75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD75D

Black with #8AD75D

Text Example


Text Example

White with #8AD75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,215,93); }

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

background-color css

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

 a { background-color: rgb(138,215,93); }

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

border-color css

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

 span { border-color: rgb(138,215,93); }

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