Html Css Color HEX #8CC272 Mantis

📋 copy color: '#8CC272'

red 140 ◦ green 194 ◦ blue 114

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

Shades of Mantis #8CC272

Tints of Mantis #8CC272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.3%

 BLUE value IS 114 (44.92% from 255) = 25.45%

R = 31.25%
G = 43.3%
B = 25.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#8CC272 (or 0x8CC272) is known color: Mantis. HEX triplet: 8C, C2 and 72. RGB value is (140,194,114). Sum of RGB (Red+Green+Blue) = 140+194+114=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC272 is #733D8D. Grayscale: #A8A8A8. Windows color (decimal): -7552398 or 7520908. OLE color: 7520908.

HSL color Cylindrical-coordinate representation of color #8CC272: hue angle of 100.5º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CC272 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 194 114 -
CMYK 0.28 0 0.41 0.24
HSL 100.5º 0.4% 0.6% -
HSV(B) 100.5º 0.41% 0.76% -
XYZ 33.14 45.37 22.93 -
YUV 168.73 97.11 107.5 -
System Red Green Blue C M Y K H S L
Decimal 140 194 114 0.28 0 0.41 0.24 100.5 0.4 0.6
Hex 8C C2 72 1C 0 29 18 64 28 3C
Octal 214 302 162 34 0 51 30 144 50 74
Binary 10001100 11000010 1110010 11100 0 101001 11000 1100100 101000 111100

Color Harmonies of #8CC272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC272

Black with #8CC272

Text Example


Text Example

White with #8CC272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,194,114); }

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

background-color css

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

 a { background-color: rgb(140,194,114); }

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

border-color css

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

 span { border-color: rgb(140,194,114); }

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