#8ACC4B

Color #8ACC4B Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #8ACC4B

Tints of Mantis #8ACC4B

Color information

#8ACC4B (or 0x8ACC4B) is unknown color: approx 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

RGB13820475-
CMYK0.3200.630.2
HSL90.7º55.84%54.71%-
HSV(B)90.7º63.24%80%-
XYZ33.3449.114.38-
YUV169.5674.63105.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% 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 (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal138204750.3200.630.290.755.8454.71
Hex8ACC4B2003F145b3837
Octal21231411340077241337067
Binary100010101100110010010111000000111111101001011011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>