Html Css Color HEX #8CCA6E Mantis

📋 copy color: '#8CCA6E'

red 140 ◦ green 202 ◦ blue 110

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

Shades of Mantis #8CCA6E

Tints of Mantis #8CCA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.34%

R = 30.97%
G = 44.69%
B = 24.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#8CCA6E (or 0x8CCA6E) is known color: Mantis. HEX triplet: 8C, CA and 6E. RGB value is (140,202,110). Sum of RGB (Red+Green+Blue) = 140+202+110=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA6E is #733591. Grayscale: #ADADAD. Windows color (decimal): -7550354 or 7260812. OLE color: 7260812.

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

Color convert

RGB 140 202 110 -
CMYK 0.31 0 0.46 0.21
HSL 100.43º 0.46% 0.61% -
HSV(B) 100.43º 0.46% 0.79% -
XYZ 34.75 48.94 22.37 -
YUV 172.97 92.46 104.48 -
System Red Green Blue C M Y K H S L
Decimal 140 202 110 0.31 0 0.46 0.21 100.43 0.46 0.61
Hex 8C CA 6E 1F 0 2E 15 64 2E 3D
Octal 214 312 156 37 0 56 25 144 56 75
Binary 10001100 11001010 1101110 11111 0 101110 10101 1100100 101110 111101

Color Harmonies of #8CCA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCA6E

Black with #8CCA6E

Text Example


Text Example

White with #8CCA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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