Html Css Color HEX #8AD85C Mantis

📋 copy color: '#8AD85C'

red 138 ◦ green 216 ◦ blue 92

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

Shades of Mantis #8AD85C

Tints of Mantis #8AD85C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.43%

 BLUE value IS 92 (36.33% from 255) = 20.63%

R = 30.94%
G = 48.43%
B = 20.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#8AD85C (or 0x8AD85C) is known color: Mantis. HEX triplet: 8A, D8 and 5C. RGB value is (138,216,92). Sum of RGB (Red+Green+Blue) = 138+216+92=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD85C is #7527A3. Grayscale: #B2B2B2. Windows color (decimal): -7677860 or 6084746. OLE color: 6084746.

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

Color convert

RGB 138 216 92 -
CMYK 0.36 0 0.57 0.15
HSL 97.74º 0.61% 0.6% -
HSV(B) 97.74º 0.57% 0.85% -
XYZ 36.97 55.29 18.85 -
YUV 178.54 79.16 99.08 -
System Red Green Blue C M Y K H S L
Decimal 138 216 92 0.36 0 0.57 0.15 97.74 0.61 0.6
Hex 8A D8 5C 24 0 39 F 62 3D 3C
Octal 212 330 134 44 0 71 17 142 75 74
Binary 10001010 11011000 1011100 100100 0 111001 1111 1100010 111101 111100

Color Harmonies of #8AD85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD85C

Black with #8AD85C

Text Example


Text Example

White with #8AD85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,216,92); }

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

background-color css

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

 a { background-color: rgb(138,216,92); }

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

border-color css

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

 span { border-color: rgb(138,216,92); }

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