Html Css Color HEX #8AD85F Mantis

📋 copy color: '#8AD85F'

red 138 ◦ green 216 ◦ blue 95

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

Shades of Mantis #8AD85F

Tints of Mantis #8AD85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.16%

R = 30.73%
G = 48.11%
B = 21.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#8AD85F (or 0x8AD85F) is known color: Mantis. HEX triplet: 8A, D8 and 5F. RGB value is (138,216,95). Sum of RGB (Red+Green+Blue) = 138+216+95=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD85F is #7527A0. Grayscale: #B3B3B3. Windows color (decimal): -7677857 or 6281354. OLE color: 6281354.

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

Color convert

RGB 138 216 95 -
CMYK 0.36 0 0.56 0.15
HSL 98.68º 0.61% 0.61% -
HSV(B) 98.68º 0.56% 0.85% -
XYZ 37.1 55.34 19.55 -
YUV 178.88 80.66 98.84 -
System Red Green Blue C M Y K H S L
Decimal 138 216 95 0.36 0 0.56 0.15 98.68 0.61 0.61
Hex 8A D8 5F 24 0 38 F 63 3D 3D
Octal 212 330 137 44 0 70 17 143 75 75
Binary 10001010 11011000 1011111 100100 0 111000 1111 1100011 111101 111101

Color Harmonies of #8AD85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD85F

Black with #8AD85F

Text Example


Text Example

White with #8AD85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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