Html Css Color HEX #8ACC4B Mantis

📋 copy color: '#8ACC4B'

red 138 ◦ green 204 ◦ blue 75

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

Shades of Mantis #8ACC4B

Tints of Mantis #8ACC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.99%

R = 33.09%
G = 48.92%
B = 17.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#8ACC4B (or 0x8ACC4B) is known color: Mantis. HEX triplet: 8A, CC and 4B. RGB value is (138,204,75). Sum of RGB (Red+Green+Blue) = 138+204+75=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACC4B is #7533B4. Grayscale: #AAAAAA. Windows color (decimal): -7680949 or 4967562. OLE color: 4967562.

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

Color convert

RGB 138 204 75 -
CMYK 0.32 0 0.63 0.2
HSL 90.7º 0.56% 0.55% -
HSV(B) 90.7º 0.63% 0.8% -
XYZ 33.34 49.1 14.38 -
YUV 169.56 74.63 105.49 -
System Red Green Blue C M Y K H S L
Decimal 138 204 75 0.32 0 0.63 0.2 90.7 0.56 0.55
Hex 8A CC 4B 20 0 3F 14 5B 38 37
Octal 212 314 113 40 0 77 24 133 70 67
Binary 10001010 11001100 1001011 100000 0 111111 10100 1011011 111000 110111

Color Harmonies of #8ACC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACC4B

Black with #8ACC4B

Text Example


Text Example

White with #8ACC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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