Html Css Color HEX #8AC04E Mantis

📋 copy color: '#8AC04E'

red 138 ◦ green 192 ◦ blue 78

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

Shades of Mantis #8AC04E

Tints of Mantis #8AC04E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.06%

 BLUE value IS 78 (30.86% from 255) = 19.12%

R = 33.82%
G = 47.06%
B = 19.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#8AC04E (or 0x8AC04E) is known color: Mantis. HEX triplet: 8A, C0 and 4E. RGB value is (138,192,78). Sum of RGB (Red+Green+Blue) = 138+192+78=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC04E is #753FB1. Grayscale: #A3A3A3. Windows color (decimal): -7684018 or 5161098. OLE color: 5161098.

HSL color Cylindrical-coordinate representation of color #8AC04E: hue angle of 88.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AC04E is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 192 78 -
CMYK 0.28 0 0.59 0.25
HSL 88.42º 0.48% 0.53% -
HSV(B) 88.42º 0.59% 0.75% -
XYZ 30.71 43.65 14.02 -
YUV 162.86 80.11 110.27 -
System Red Green Blue C M Y K H S L
Decimal 138 192 78 0.28 0 0.59 0.25 88.42 0.48 0.53
Hex 8A C0 4E 1C 0 3B 19 58 30 35
Octal 212 300 116 34 0 73 31 130 60 65
Binary 10001010 11000000 1001110 11100 0 111011 11001 1011000 110000 110101

Color Harmonies of #8AC04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC04E

Black with #8AC04E

Text Example


Text Example

White with #8AC04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,192,78); }

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

background-color css

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

 a { background-color: rgb(138,192,78); }

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

border-color css

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

 span { border-color: rgb(138,192,78); }

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