Html Css Color HEX #8CD06A Mantis

📋 copy color: '#8CD06A'

red 140 ◦ green 208 ◦ blue 106

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

Shades of Mantis #8CD06A

Tints of Mantis #8CD06A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.81%

 BLUE value IS 106 (41.8% from 255) = 23.35%

R = 30.84%
G = 45.81%
B = 23.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#8CD06A (or 0x8CD06A) is known color: Mantis. HEX triplet: 8C, D0 and 6A. RGB value is (140,208,106). Sum of RGB (Red+Green+Blue) = 140+208+106=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD06A is #732F95. Grayscale: #B0B0B0. Windows color (decimal): -7548822 or 7000204. OLE color: 7000204.

HSL color Cylindrical-coordinate representation of color #8CD06A: hue angle of 100º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CD06A is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 208 106 -
CMYK 0.33 0 0.49 0.18
HSL 100º 0.52% 0.62% -
HSV(B) 100º 0.49% 0.82% -
XYZ 35.97 51.73 21.72 -
YUV 176.04 88.47 102.29 -
System Red Green Blue C M Y K H S L
Decimal 140 208 106 0.33 0 0.49 0.18 100 0.52 0.62
Hex 8C D0 6A 21 0 31 12 64 34 3E
Octal 214 320 152 41 0 61 22 144 64 76
Binary 10001100 11010000 1101010 100001 0 110001 10010 1100100 110100 111110

Color Harmonies of #8CD06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD06A

Black with #8CD06A

Text Example


Text Example

White with #8CD06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,208,106); }

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

background-color css

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

 a { background-color: rgb(140,208,106); }

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

border-color css

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

 span { border-color: rgb(140,208,106); }

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