Html Css Color HEX #8AD963 Mantis

📋 copy color: '#8AD963'

red 138 ◦ green 217 ◦ blue 99

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

Shades of Mantis #8AD963

Tints of Mantis #8AD963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.81%

R = 30.4%
G = 47.8%
B = 21.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#8AD963 (or 0x8AD963) is known color: Mantis. HEX triplet: 8A, D9 and 63. RGB value is (138,217,99). Sum of RGB (Red+Green+Blue) = 138+217+99=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD963 is #75269C. Grayscale: #B4B4B4. Windows color (decimal): -7677597 or 6543754. OLE color: 6543754.

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

Color convert

RGB 138 217 99 -
CMYK 0.36 0 0.54 0.15
HSL 100.17º 0.61% 0.62% -
HSV(B) 100.17º 0.54% 0.85% -
XYZ 37.55 55.93 20.62 -
YUV 179.93 82.33 98.09 -
System Red Green Blue C M Y K H S L
Decimal 138 217 99 0.36 0 0.54 0.15 100.17 0.61 0.62
Hex 8A D9 63 24 0 36 F 64 3D 3E
Octal 212 331 143 44 0 66 17 144 75 76
Binary 10001010 11011001 1100011 100100 0 110110 1111 1100100 111101 111110

Color Harmonies of #8AD963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD963

Black with #8AD963

Text Example


Text Example

White with #8AD963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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