Html Css Color HEX #8CC57A Gossip

📋 copy color: '#8CC57A'

red 140 ◦ green 197 ◦ blue 122

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

Shades of Gossip #8CC57A

Tints of Gossip #8CC57A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.92%

 BLUE value IS 122 (48.05% from 255) = 26.58%

R = 30.5%
G = 42.92%
B = 26.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#8CC57A (or 0x8CC57A) is known color: Gossip. HEX triplet: 8C, C5 and 7A. RGB value is (140,197,122). Sum of RGB (Red+Green+Blue) = 140+197+122=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC57A is #733A85. Grayscale: #ABABAB. Windows color (decimal): -7551622 or 8045964. OLE color: 8045964.

HSL color Cylindrical-coordinate representation of color #8CC57A: hue angle of 105.6º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CC57A is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 140 197 122 -
CMYK 0.29 0 0.38 0.23
HSL 105.6º 0.39% 0.63% -
HSV(B) 105.6º 0.38% 0.77% -
XYZ 34.29 46.91 25.66 -
YUV 171.41 100.12 105.6 -
System Red Green Blue C M Y K H S L
Decimal 140 197 122 0.29 0 0.38 0.23 105.6 0.39 0.63
Hex 8C C5 7A 1D 0 26 17 6A 27 3F
Octal 214 305 172 35 0 46 27 152 47 77
Binary 10001100 11000101 1111010 11101 0 100110 10111 1101010 100111 111111

Color Harmonies of #8CC57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC57A

Black with #8CC57A

Text Example


Text Example

White with #8CC57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,197,122); }

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

background-color css

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

 a { background-color: rgb(140,197,122); }

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

border-color css

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

 span { border-color: rgb(140,197,122); }

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