Html Css Color HEX #98E069 Gossip

📋 copy color: '#98E069'

red 152 ◦ green 224 ◦ blue 105

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

Shades of Gossip #98E069

Tints of Gossip #98E069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.57%

 BLUE value IS 105 (41.41% from 255) = 21.83%

R = 31.6%
G = 46.57%
B = 21.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#98E069 (or 0x98E069) is known color: Gossip. HEX triplet: 98, E0 and 69. RGB value is (152,224,105). Sum of RGB (Red+Green+Blue) = 152+224+105=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #98E069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E069 is #671F96. Grayscale: #BDBDBD. Windows color (decimal): -6758295 or 6938776. OLE color: 6938776.

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

Color convert

RGB 152 224 105 -
CMYK 0.32 0 0.53 0.12
HSL 96.3º 0.66% 0.65% -
HSV(B) 96.3º 0.53% 0.88% -
XYZ 42.15 61.01 22.92 -
YUV 188.91 80.65 101.68 -
System Red Green Blue C M Y K H S L
Decimal 152 224 105 0.32 0 0.53 0.12 96.3 0.66 0.65
Hex 98 E0 69 20 0 35 C 60 42 41
Octal 230 340 151 40 0 65 14 140 102 101
Binary 10011000 11100000 1101001 100000 0 110101 1100 1100000 1000010 1000001

Color Harmonies of #98E069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E069

Black with #98E069

Text Example


Text Example

White with #98E069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,224,105); }

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

background-color css

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

 a { background-color: rgb(152,224,105); }

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

border-color css

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

 span { border-color: rgb(152,224,105); }

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