#8ACF6C

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

Shades of Mantis #8ACF6C

Tints of Mantis #8ACF6C

Color information

#8ACF6C (or 0x8ACF6C) is unknown color: approx Mantis. HEX triplet: 8A, CF and 6C. RGB value is (138,207,108). Sum of RGB (Red+Green+Blue) = 138+207+108=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACF6C is #753093. Grayscale: #AFAFAF. Windows color (decimal): -7680148 or 7131018. OLE color: 7131018.

HSL color Cylindrical-coordinate representation of color #8ACF6C: hue angle of 101.82º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8ACF6C is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB138207108-
CMYK0.3300.480.19
HSL101.82º50.77%61.76%-
HSV(B)101.82º47.83%81.18%-
XYZ35.551.1122.18-
YUV175.0890.14101.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.46%
GREEN value IS 207 (81.25% from 255) = 45.70%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=30.46%
G=45.70%
B=23.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382071080.3300.480.19101.8250.7761.76
Hex8ACF6C210301366333e
Octal21231715441060231466376
Binary100010101100111111011001000010110000100111100110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,207,108); }

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

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

 a { background-color: rgb(138,207,108); }

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

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

 span { border-color: rgb(138,207,108); }

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