#8ACB4D

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

Shades of Mantis #8ACB4D

Tints of Mantis #8ACB4D

Color information

#8ACB4D (or 0x8ACB4D) is unknown color: approx Mantis. HEX triplet: 8A, CB and 4D. RGB value is (138,203,77). Sum of RGB (Red+Green+Blue) = 138+203+77=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACB4D is #7534B2. Grayscale: #A9A9A9. Windows color (decimal): -7681203 or 5098378. OLE color: 5098378.

HSL color Cylindrical-coordinate representation of color #8ACB4D: hue angle of 90.95º 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 #8ACB4D is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB13820377-
CMYK0.3200.620.20
HSL90.95º54.78%54.9%-
HSV(B)90.95º62.07%79.61%-
XYZ33.1848.6514.66-
YUV169.275.97105.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.01%
GREEN value IS 203 (79.69% from 255) = 48.56%
BLUE value IS 77 (30.47% from 255) = 18.42%
R=33.01%
G=48.56%
B=18.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138203770.3200.620.2090.9554.7854.9
Hex8ACB4D2003E145b3737
Octal21231311540076241336767
Binary100010101100101110011011000000111110101001011011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ACB4D;
 }
 .AnyTagClassName
 {
   color: #8ACB4D;
 }
</style>
background-color css

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

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

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

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

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

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