Html Css Color HEX #9ED885 Gossip

📋 copy color: '#9ED885'

red 158 ◦ green 216 ◦ blue 133

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

Shades of Gossip #9ED885

Tints of Gossip #9ED885

RGB

 RED value IS 158 (62.11% from 255) = 31.16%

 GREEN value IS 216 (84.77% from 255) = 42.6%

 BLUE value IS 133 (52.34% from 255) = 26.23%

R = 31.16%
G = 42.6%
B = 26.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#9ED885 (or 0x9ED885) is known color: Gossip. HEX triplet: 9E, D8 and 85. RGB value is (158,216,133). Sum of RGB (Red+Green+Blue) = 158+216+133=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED885 is #61277A. Grayscale: #BDBDBD. Windows color (decimal): -6367099 or 8771742. OLE color: 8771742.

HSL color Cylindrical-coordinate representation of color #9ED885: hue angle of 101.93º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ED885 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 216 133 -
CMYK 0.27 0 0.38 0.15
HSL 101.93º 0.52% 0.68% -
HSV(B) 101.93º 0.38% 0.85% -
XYZ 42.89 58.07 31.14 -
YUV 189.2 96.28 105.75 -
System Red Green Blue C M Y K H S L
Decimal 158 216 133 0.27 0 0.38 0.15 101.93 0.52 0.68
Hex 9E D8 85 1B 0 26 F 66 34 44
Octal 236 330 205 33 0 46 17 146 64 104
Binary 10011110 11011000 10000101 11011 0 100110 1111 1100110 110100 1000100

Color Harmonies of #9ED885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED885

Black with #9ED885

Text Example


Text Example

White with #9ED885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ED885; }

 p { color: rgb(158,216,133); }

 H1.HeaderClassName
 {
   color: #9ED885;
 }
 .AnyTagClassName
 {
   color: #9ED885;
 }
</style>

background-color css

<style>
 a { background-color: #9ED885; }

 a { background-color: rgb(158,216,133); }

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

border-color css

<style>
 span { border-color: #9ED885; }

 span { border-color: rgb(158,216,133); }

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