Html Css Color HEX #8AD950 Mantis

📋 copy color: '#8AD950'

red 138 ◦ green 217 ◦ blue 80

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

Shades of Mantis #8AD950

Tints of Mantis #8AD950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.89%

 BLUE value IS 80 (31.64% from 255) = 18.39%

R = 31.72%
G = 49.89%
B = 18.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#8AD950 (or 0x8AD950) is known color: Mantis. HEX triplet: 8A, D9 and 50. RGB value is (138,217,80). Sum of RGB (Red+Green+Blue) = 138+217+80=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD950 is #7526AF. Grayscale: #B2B2B2. Windows color (decimal): -7677616 or 5298570. OLE color: 5298570.

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

Color convert

RGB 138 217 80 -
CMYK 0.36 0 0.63 0.15
HSL 94.6º 0.64% 0.58% -
HSV(B) 94.6º 0.63% 0.85% -
XYZ 36.74 55.61 16.39 -
YUV 177.76 72.83 99.64 -
System Red Green Blue C M Y K H S L
Decimal 138 217 80 0.36 0 0.63 0.15 94.6 0.64 0.58
Hex 8A D9 50 24 0 3F F 5F 40 3A
Octal 212 331 120 44 0 77 17 137 100 72
Binary 10001010 11011001 1010000 100100 0 111111 1111 1011111 1000000 111010

Color Harmonies of #8AD950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD950

Black with #8AD950

Text Example


Text Example

White with #8AD950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,217,80); }

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

background-color css

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

 a { background-color: rgb(138,217,80); }

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

border-color css

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

 span { border-color: rgb(138,217,80); }

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