Html Css Color HEX #8CBF6A Mantis

📋 copy color: '#8CBF6A'

red 140 ◦ green 191 ◦ blue 106

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

Shades of Mantis #8CBF6A

Tints of Mantis #8CBF6A

RGB

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

 GREEN value IS 191 (75% from 255) = 43.71%

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

R = 32.04%
G = 43.71%
B = 24.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#8CBF6A (or 0x8CBF6A) is known color: Mantis. HEX triplet: 8C, BF and 6A. RGB value is (140,191,106). Sum of RGB (Red+Green+Blue) = 140+191+106=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBF6A is #734095. Grayscale: #A6A6A6. Windows color (decimal): -7553174 or 6995852. OLE color: 6995852.

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

Color convert

RGB 140 191 106 -
CMYK 0.27 0 0.45 0.25
HSL 96º 0.4% 0.58% -
HSV(B) 96º 0.45% 0.75% -
XYZ 32.05 43.88 20.42 -
YUV 166.06 94.1 109.41 -
System Red Green Blue C M Y K H S L
Decimal 140 191 106 0.27 0 0.45 0.25 96 0.4 0.58
Hex 8C BF 6A 1B 0 2D 19 60 28 3A
Octal 214 277 152 33 0 55 31 140 50 72
Binary 10001100 10111111 1101010 11011 0 101101 11001 1100000 101000 111010

Color Harmonies of #8CBF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBF6A

Black with #8CBF6A

Text Example


Text Example

White with #8CBF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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