Html Css Color HEX #8CC06D Mantis

📋 copy color: '#8CC06D'

red 140 ◦ green 192 ◦ blue 109

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

Shades of Mantis #8CC06D

Tints of Mantis #8CC06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.72%

R = 31.75%
G = 43.54%
B = 24.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#8CC06D (or 0x8CC06D) is known color: Mantis. HEX triplet: 8C, C0 and 6D. RGB value is (140,192,109). Sum of RGB (Red+Green+Blue) = 140+192+109=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC06D is #733F92. Grayscale: #A7A7A7. Windows color (decimal): -7552915 or 7192716. OLE color: 7192716.

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

Color convert

RGB 140 192 109 -
CMYK 0.27 0 0.43 0.25
HSL 97.59º 0.4% 0.59% -
HSV(B) 97.59º 0.43% 0.75% -
XYZ 32.43 44.38 21.32 -
YUV 166.99 95.27 108.75 -
System Red Green Blue C M Y K H S L
Decimal 140 192 109 0.27 0 0.43 0.25 97.59 0.4 0.59
Hex 8C C0 6D 1B 0 2B 19 62 28 3B
Octal 214 300 155 33 0 53 31 142 50 73
Binary 10001100 11000000 1101101 11011 0 101011 11001 1100010 101000 111011

Color Harmonies of #8CC06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC06D

Black with #8CC06D

Text Example


Text Example

White with #8CC06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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