Html Css Color HEX #8AD172 Gossip

📋 copy color: '#8AD172'

red 138 ◦ green 209 ◦ blue 114

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

Shades of Gossip #8AD172

Tints of Gossip #8AD172

RGB

 RED value IS 138 (54.3% from 255) = 29.93%

 GREEN value IS 209 (82.03% from 255) = 45.34%

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

R = 29.93%
G = 45.34%
B = 24.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#8AD172 (or 0x8AD172) is known color: Gossip. HEX triplet: 8A, D1 and 72. RGB value is (138,209,114). Sum of RGB (Red+Green+Blue) = 138+209+114=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD172 is #752E8D. Grayscale: #B1B1B1. Windows color (decimal): -7679630 or 7524746. OLE color: 7524746.

HSL color Cylindrical-coordinate representation of color #8AD172: hue angle of 104.84º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AD172 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 209 114 -
CMYK 0.34 0 0.45 0.18
HSL 104.84º 0.51% 0.63% -
HSV(B) 104.84º 0.45% 0.82% -
XYZ 36.32 52.22 24.08 -
YUV 176.94 92.48 100.22 -
System Red Green Blue C M Y K H S L
Decimal 138 209 114 0.34 0 0.45 0.18 104.84 0.51 0.63
Hex 8A D1 72 22 0 2D 12 69 33 3F
Octal 212 321 162 42 0 55 22 151 63 77
Binary 10001010 11010001 1110010 100010 0 101101 10010 1101001 110011 111111

Color Harmonies of #8AD172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD172

Black with #8AD172

Text Example


Text Example

White with #8AD172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,209,114); }

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

background-color css

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

 a { background-color: rgb(138,209,114); }

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

border-color css

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

 span { border-color: rgb(138,209,114); }

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