Html Css Color HEX #8CC269 Mantis

📋 copy color: '#8CC269'

red 140 ◦ green 194 ◦ blue 105

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

Shades of Mantis #8CC269

Tints of Mantis #8CC269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.92%

R = 31.89%
G = 44.19%
B = 23.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#8CC269 (or 0x8CC269) is known color: Mantis. HEX triplet: 8C, C2 and 69. RGB value is (140,194,105). Sum of RGB (Red+Green+Blue) = 140+194+105=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC269 is #733D96. Grayscale: #A8A8A8. Windows color (decimal): -7552407 or 6931084. OLE color: 6931084.

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

Color convert

RGB 140 194 105 -
CMYK 0.28 0 0.46 0.24
HSL 96.4º 0.42% 0.59% -
HSV(B) 96.4º 0.46% 0.76% -
XYZ 32.66 45.18 20.36 -
YUV 167.71 92.61 108.24 -
System Red Green Blue C M Y K H S L
Decimal 140 194 105 0.28 0 0.46 0.24 96.4 0.42 0.59
Hex 8C C2 69 1C 0 2E 18 60 2A 3B
Octal 214 302 151 34 0 56 30 140 52 73
Binary 10001100 11000010 1101001 11100 0 101110 11000 1100000 101010 111011

Color Harmonies of #8CC269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC269

Black with #8CC269

Text Example


Text Example

White with #8CC269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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