Html Css Color HEX #8AD761 Mantis

📋 copy color: '#8AD761'

red 138 ◦ green 215 ◦ blue 97

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

Shades of Mantis #8AD761

Tints of Mantis #8AD761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.56%

R = 30.67%
G = 47.78%
B = 21.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#8AD761 (or 0x8AD761) is known color: Mantis. HEX triplet: 8A, D7 and 61. RGB value is (138,215,97). Sum of RGB (Red+Green+Blue) = 138+215+97=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD761 is #75289E. Grayscale: #B2B2B2. Windows color (decimal): -7678111 or 6412170. OLE color: 6412170.

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

Color convert

RGB 138 215 97 -
CMYK 0.36 0 0.55 0.16
HSL 99.15º 0.6% 0.61% -
HSV(B) 99.15º 0.55% 0.84% -
XYZ 36.94 54.87 19.95 -
YUV 178.53 81.99 99.09 -
System Red Green Blue C M Y K H S L
Decimal 138 215 97 0.36 0 0.55 0.16 99.15 0.6 0.61
Hex 8A D7 61 24 0 37 10 63 3C 3D
Octal 212 327 141 44 0 67 20 143 74 75
Binary 10001010 11010111 1100001 100100 0 110111 10000 1100011 111100 111101

Color Harmonies of #8AD761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD761

Black with #8AD761

Text Example


Text Example

White with #8AD761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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