Html Css Color HEX #98E16D Gossip

📋 copy color: '#98E16D'

red 152 ◦ green 225 ◦ blue 109

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

Shades of Gossip #98E16D

Tints of Gossip #98E16D

RGB

 RED value IS 152 (59.77% from 255) = 31.28%

 GREEN value IS 225 (88.28% from 255) = 46.3%

 BLUE value IS 109 (42.97% from 255) = 22.43%

R = 31.28%
G = 46.3%
B = 22.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#98E16D (or 0x98E16D) is known color: Gossip. HEX triplet: 98, E1 and 6D. RGB value is (152,225,109). Sum of RGB (Red+Green+Blue) = 152+225+109=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #98E16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E16D is #671E92. Grayscale: #BEBEBE. Windows color (decimal): -6758035 or 7201176. OLE color: 7201176.

HSL color Cylindrical-coordinate representation of color #98E16D: hue angle of 97.76º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98E16D is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 225 109 -
CMYK 0.32 0 0.52 0.12
HSL 97.76º 0.66% 0.65% -
HSV(B) 97.76º 0.52% 0.88% -
XYZ 42.63 61.63 24.12 -
YUV 189.95 82.32 100.93 -
System Red Green Blue C M Y K H S L
Decimal 152 225 109 0.32 0 0.52 0.12 97.76 0.66 0.65
Hex 98 E1 6D 20 0 34 C 62 42 41
Octal 230 341 155 40 0 64 14 142 102 101
Binary 10011000 11100001 1101101 100000 0 110100 1100 1100010 1000010 1000001

Color Harmonies of #98E16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E16D

Black with #98E16D

Text Example


Text Example

White with #98E16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98E16D; }

 p { color: rgb(152,225,109); }

 H1.HeaderClassName
 {
   color: #98E16D;
 }
 .AnyTagClassName
 {
   color: #98E16D;
 }
</style>

background-color css

<style>
 a { background-color: #98E16D; }

 a { background-color: rgb(152,225,109); }

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

border-color css

<style>
 span { border-color: #98E16D; }

 span { border-color: rgb(152,225,109); }

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