Html Css Color HEX #8AC74C Mantis

📋 copy color: '#8AC74C'

red 138 ◦ green 199 ◦ blue 76

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

Shades of Mantis #8AC74C

Tints of Mantis #8AC74C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.18%

 BLUE value IS 76 (30.08% from 255) = 18.4%

R = 33.41%
G = 48.18%
B = 18.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#8AC74C (or 0x8AC74C) is known color: Mantis. HEX triplet: 8A, C7 and 4C. RGB value is (138,199,76). Sum of RGB (Red+Green+Blue) = 138+199+76=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 199 (78.12% from 255 or 48.18% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 199 - color contains mainly: green. Hex color #8AC74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC74C is #7538B3. Grayscale: #A7A7A7. Windows color (decimal): -7682228 or 5031818. OLE color: 5031818.

HSL color Cylindrical-coordinate representation of color #8AC74C: hue angle of 89.76º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8AC74C is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 199 76 -
CMYK 0.31 0 0.62 0.22
HSL 89.76º 0.52% 0.54% -
HSV(B) 89.76º 0.62% 0.78% -
XYZ 32.21 46.77 14.17 -
YUV 166.74 76.79 107.5 -
System Red Green Blue C M Y K H S L
Decimal 138 199 76 0.31 0 0.62 0.22 89.76 0.52 0.54
Hex 8A C7 4C 1F 0 3E 16 5A 34 36
Octal 212 307 114 37 0 76 26 132 64 66
Binary 10001010 11000111 1001100 11111 0 111110 10110 1011010 110100 110110

Color Harmonies of #8AC74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC74C

Black with #8AC74C

Text Example


Text Example

White with #8AC74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,199,76); }

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

background-color css

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

 a { background-color: rgb(138,199,76); }

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

border-color css

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

 span { border-color: rgb(138,199,76); }

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