Html Css Color HEX #8CC06F Mantis

📋 copy color: '#8CC06F'

red 140 ◦ green 192 ◦ blue 111

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

Shades of Mantis #8CC06F

Tints of Mantis #8CC06F

RGB

 RED value IS 140 (55.08% from 255) = 31.6%

 GREEN value IS 192 (75.39% from 255) = 43.34%

 BLUE value IS 111 (43.75% from 255) = 25.06%

R = 31.6%
G = 43.34%
B = 25.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#8CC06F (or 0x8CC06F) is known color: Mantis. HEX triplet: 8C, C0 and 6F. RGB value is (140,192,111). Sum of RGB (Red+Green+Blue) = 140+192+111=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC06F is #733F90. Grayscale: #A7A7A7. Windows color (decimal): -7552913 or 7323788. OLE color: 7323788.

HSL color Cylindrical-coordinate representation of color #8CC06F: hue angle of 98.52º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CC06F is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 192 111 -
CMYK 0.27 0 0.42 0.25
HSL 98.52º 0.39% 0.59% -
HSV(B) 98.52º 0.42% 0.75% -
XYZ 32.53 44.42 21.9 -
YUV 167.22 96.27 108.59 -
System Red Green Blue C M Y K H S L
Decimal 140 192 111 0.27 0 0.42 0.25 98.52 0.39 0.59
Hex 8C C0 6F 1B 0 2A 19 63 27 3B
Octal 214 300 157 33 0 52 31 143 47 73
Binary 10001100 11000000 1101111 11011 0 101010 11001 1100011 100111 111011

Color Harmonies of #8CC06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC06F

Black with #8CC06F

Text Example


Text Example

White with #8CC06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,192,111); }

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

background-color css

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

 a { background-color: rgb(140,192,111); }

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

border-color css

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

 span { border-color: rgb(140,192,111); }

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