Html Css Color HEX #8CCA6A Mantis

📋 copy color: '#8CCA6A'

red 140 ◦ green 202 ◦ blue 106

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

Shades of Mantis #8CCA6A

Tints of Mantis #8CCA6A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.09%

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

R = 31.25%
G = 45.09%
B = 23.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#8CCA6A (or 0x8CCA6A) is known color: Mantis. HEX triplet: 8C, CA and 6A. RGB value is (140,202,106). Sum of RGB (Red+Green+Blue) = 140+202+106=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA6A is #733595. Grayscale: #ACACAC. Windows color (decimal): -7550358 or 6998668. OLE color: 6998668.

HSL color Cylindrical-coordinate representation of color #8CCA6A: hue angle of 98.75º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CCA6A is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 202 106 -
CMYK 0.31 0 0.48 0.21
HSL 98.75º 0.48% 0.6% -
HSV(B) 98.75º 0.48% 0.79% -
XYZ 34.54 48.86 21.25 -
YUV 172.52 90.46 104.81 -
System Red Green Blue C M Y K H S L
Decimal 140 202 106 0.31 0 0.48 0.21 98.75 0.48 0.6
Hex 8C CA 6A 1F 0 30 15 63 30 3C
Octal 214 312 152 37 0 60 25 143 60 74
Binary 10001100 11001010 1101010 11111 0 110000 10101 1100011 110000 111100

Color Harmonies of #8CCA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCA6A

Black with #8CCA6A

Text Example


Text Example

White with #8CCA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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