Html Css Color HEX #8ACC4D Mantis

📋 copy color: '#8ACC4D'

red 138 ◦ green 204 ◦ blue 77

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

Shades of Mantis #8ACC4D

Tints of Mantis #8ACC4D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.69%

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

R = 32.94%
G = 48.69%
B = 18.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#8ACC4D (or 0x8ACC4D) is known color: Mantis. HEX triplet: 8A, CC and 4D. RGB value is (138,204,77). Sum of RGB (Red+Green+Blue) = 138+204+77=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACC4D is #7533B2. Grayscale: #AAAAAA. Windows color (decimal): -7680947 or 5098634. OLE color: 5098634.

HSL color Cylindrical-coordinate representation of color #8ACC4D: hue angle of 91.18º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8ACC4D is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 204 77 -
CMYK 0.32 0 0.62 0.2
HSL 91.18º 0.55% 0.55% -
HSV(B) 91.18º 0.62% 0.8% -
XYZ 33.41 49.12 14.74 -
YUV 169.79 75.63 105.33 -
System Red Green Blue C M Y K H S L
Decimal 138 204 77 0.32 0 0.62 0.2 91.18 0.55 0.55
Hex 8A CC 4D 20 0 3E 14 5B 37 37
Octal 212 314 115 40 0 76 24 133 67 67
Binary 10001010 11001100 1001101 100000 0 111110 10100 1011011 110111 110111

Color Harmonies of #8ACC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACC4D

Black with #8ACC4D

Text Example


Text Example

White with #8ACC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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