Html Css Color HEX #9EDD81 Gossip

📋 copy color: '#9EDD81'

red 158 ◦ green 221 ◦ blue 129

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

Shades of Gossip #9EDD81

Tints of Gossip #9EDD81

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.5%

 BLUE value IS 129 (50.78% from 255) = 25.39%

R = 31.1%
G = 43.5%
B = 25.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#9EDD81 (or 0x9EDD81) is known color: Gossip. HEX triplet: 9E, DD and 81. RGB value is (158,221,129). Sum of RGB (Red+Green+Blue) = 158+221+129=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDD81 is #61227E. Grayscale: #BFBFBF. Windows color (decimal): -6365823 or 8510878. OLE color: 8510878.

HSL color Cylindrical-coordinate representation of color #9EDD81: hue angle of 101.09º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EDD81 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 221 129 -
CMYK 0.29 0 0.42 0.13
HSL 101.09º 0.58% 0.69% -
HSV(B) 101.09º 0.42% 0.87% -
XYZ 43.92 60.57 30.14 -
YUV 191.68 92.63 103.98 -
System Red Green Blue C M Y K H S L
Decimal 158 221 129 0.29 0 0.42 0.13 101.09 0.58 0.69
Hex 9E DD 81 1D 0 2A D 65 3A 45
Octal 236 335 201 35 0 52 15 145 72 105
Binary 10011110 11011101 10000001 11101 0 101010 1101 1100101 111010 1000101

Color Harmonies of #9EDD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDD81

Black with #9EDD81

Text Example


Text Example

White with #9EDD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,221,129); }

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

background-color css

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

 a { background-color: rgb(158,221,129); }

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

border-color css

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

 span { border-color: rgb(158,221,129); }

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