Html Css Color HEX #94D089 Gossip

📋 copy color: '#94D089'

red 148 ◦ green 208 ◦ blue 137

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

Shades of Gossip #94D089

Tints of Gossip #94D089

RGB

 RED value IS 148 (58.2% from 255) = 30.02%

 GREEN value IS 208 (81.64% from 255) = 42.19%

 BLUE value IS 137 (53.91% from 255) = 27.79%

R = 30.02%
G = 42.19%
B = 27.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#94D089 (or 0x94D089) is known color: Gossip. HEX triplet: 94, D0 and 89. RGB value is (148,208,137). Sum of RGB (Red+Green+Blue) = 148+208+137=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #94D089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D089 is #6B2F76. Grayscale: #B6B6B6. Windows color (decimal): -7024503 or 9031828. OLE color: 9031828.

HSL color Cylindrical-coordinate representation of color #94D089: hue angle of 110.7º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94D089 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 137 -
CMYK 0.29 0 0.34 0.18
HSL 110.7º 0.43% 0.68% -
HSV(B) 110.7º 0.34% 0.82% -
XYZ 39.28 53.21 31.87 -
YUV 181.97 102.62 103.77 -
System Red Green Blue C M Y K H S L
Decimal 148 208 137 0.29 0 0.34 0.18 110.7 0.43 0.68
Hex 94 D0 89 1D 0 22 12 6F 2B 44
Octal 224 320 211 35 0 42 22 157 53 104
Binary 10010100 11010000 10001001 11101 0 100010 10010 1101111 101011 1000100

Color Harmonies of #94D089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D089

Black with #94D089

Text Example


Text Example

White with #94D089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94D089; }

 p { color: rgb(148,208,137); }

 H1.HeaderClassName
 {
   color: #94D089;
 }
 .AnyTagClassName
 {
   color: #94D089;
 }
</style>

background-color css

<style>
 a { background-color: #94D089; }

 a { background-color: rgb(148,208,137); }

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

border-color css

<style>
 span { border-color: #94D089; }

 span { border-color: rgb(148,208,137); }

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