Html Css Color HEX #8DCC7A Gossip

📋 copy color: '#8DCC7A'

red 141 ◦ green 204 ◦ blue 122

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

Shades of Gossip #8DCC7A

Tints of Gossip #8DCC7A

RGB

 RED value IS 141 (55.47% from 255) = 30.19%

 GREEN value IS 204 (80.08% from 255) = 43.68%

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

R = 30.19%
G = 43.68%
B = 26.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#8DCC7A (or 0x8DCC7A) is known color: Gossip. HEX triplet: 8D, CC and 7A. RGB value is (141,204,122). Sum of RGB (Red+Green+Blue) = 141+204+122=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCC7A is #723385. Grayscale: #B0B0B0. Windows color (decimal): -7484294 or 8047757. OLE color: 8047757.

HSL color Cylindrical-coordinate representation of color #8DCC7A: hue angle of 106.1º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DCC7A is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 204 122 -
CMYK 0.31 0 0.40 0.2
HSL 106.1º 0.45% 0.64% -
HSV(B) 106.1º 0.4% 0.8% -
XYZ 36.09 50.25 26.21 -
YUV 175.82 97.63 103.17 -
System Red Green Blue C M Y K H S L
Decimal 141 204 122 0.31 0 0.40 0.2 106.1 0.45 0.64
Hex 8D CC 7A 1F 0 28 14 6A 2D 40
Octal 215 314 172 37 0 50 24 152 55 100
Binary 10001101 11001100 1111010 11111 0 101000 10100 1101010 101101 1000000

Color Harmonies of #8DCC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCC7A

Black with #8DCC7A

Text Example


Text Example

White with #8DCC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,204,122); }

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

background-color css

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

 a { background-color: rgb(141,204,122); }

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

border-color css

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

 span { border-color: rgb(141,204,122); }

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