Html Css Color HEX #8AC04D Mantis

📋 copy color: '#8AC04D'

red 138 ◦ green 192 ◦ blue 77

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

Shades of Mantis #8AC04D

Tints of Mantis #8AC04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.92%

R = 33.91%
G = 47.17%
B = 18.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#8AC04D (or 0x8AC04D) is known color: Mantis. HEX triplet: 8A, C0 and 4D. RGB value is (138,192,77). Sum of RGB (Red+Green+Blue) = 138+192+77=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC04D is #753FB2. Grayscale: #A3A3A3. Windows color (decimal): -7684019 or 5095562. OLE color: 5095562.

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

Color convert

RGB 138 192 77 -
CMYK 0.28 0 0.60 0.25
HSL 88.17º 0.48% 0.53% -
HSV(B) 88.17º 0.6% 0.75% -
XYZ 30.67 43.64 13.83 -
YUV 162.74 79.61 110.35 -
System Red Green Blue C M Y K H S L
Decimal 138 192 77 0.28 0 0.60 0.25 88.17 0.48 0.53
Hex 8A C0 4D 1C 0 3C 19 58 30 35
Octal 212 300 115 34 0 74 31 130 60 65
Binary 10001010 11000000 1001101 11100 0 111100 11001 1011000 110000 110101

Color Harmonies of #8AC04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC04D

Black with #8AC04D

Text Example


Text Example

White with #8AC04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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