Html Css Color HEX #8AD953 Mantis

📋 copy color: '#8AD953'

red 138 ◦ green 217 ◦ blue 83

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

Shades of Mantis #8AD953

Tints of Mantis #8AD953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.95%

R = 31.51%
G = 49.54%
B = 18.95%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#8AD953 (or 0x8AD953) is known color: Mantis. HEX triplet: 8A, D9 and 53. RGB value is (138,217,83). Sum of RGB (Red+Green+Blue) = 138+217+83=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD953 is #7526AC. Grayscale: #B2B2B2. Windows color (decimal): -7677613 or 5495178. OLE color: 5495178.

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

Color convert

RGB 138 217 83 -
CMYK 0.36 0 0.62 0.15
HSL 95.37º 0.64% 0.59% -
HSV(B) 95.37º 0.62% 0.85% -
XYZ 36.86 55.65 16.98 -
YUV 178.1 74.33 99.4 -
System Red Green Blue C M Y K H S L
Decimal 138 217 83 0.36 0 0.62 0.15 95.37 0.64 0.59
Hex 8A D9 53 24 0 3E F 5F 40 3B
Octal 212 331 123 44 0 76 17 137 100 73
Binary 10001010 11011001 1010011 100100 0 111110 1111 1011111 1000000 111011

Color Harmonies of #8AD953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD953

Black with #8AD953

Text Example


Text Example

White with #8AD953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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