Html Css Color HEX #99E070 Gossip

📋 copy color: '#99E070'

red 153 ◦ green 224 ◦ blue 112

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

Shades of Gossip #99E070

Tints of Gossip #99E070

RGB

 RED value IS 153 (60.16% from 255) = 31.29%

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

 BLUE value IS 112 (44.14% from 255) = 22.9%

R = 31.29%
G = 45.81%
B = 22.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#99E070 (or 0x99E070) is known color: Gossip. HEX triplet: 99, E0 and 70. RGB value is (153,224,112). Sum of RGB (Red+Green+Blue) = 153+224+112=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #99E070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E070 is #661F8F. Grayscale: #BEBEBE. Windows color (decimal): -6692752 or 7397529. OLE color: 7397529.

HSL color Cylindrical-coordinate representation of color #99E070: hue angle of 98.04º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99E070 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 224 112 -
CMYK 0.32 0 0.50 0.12
HSL 98.04º 0.64% 0.66% -
HSV(B) 98.04º 0.5% 0.88% -
XYZ 42.72 61.25 24.9 -
YUV 190 83.98 101.61 -
System Red Green Blue C M Y K H S L
Decimal 153 224 112 0.32 0 0.50 0.12 98.04 0.64 0.66
Hex 99 E0 70 20 0 32 C 62 40 42
Octal 231 340 160 40 0 62 14 142 100 102
Binary 10011001 11100000 1110000 100000 0 110010 1100 1100010 1000000 1000010

Color Harmonies of #99E070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99E070

Black with #99E070

Text Example


Text Example

White with #99E070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99E070; }

 p { color: rgb(153,224,112); }

 H1.HeaderClassName
 {
   color: #99E070;
 }
 .AnyTagClassName
 {
   color: #99E070;
 }
</style>

background-color css

<style>
 a { background-color: #99E070; }

 a { background-color: rgb(153,224,112); }

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

border-color css

<style>
 span { border-color: #99E070; }

 span { border-color: rgb(153,224,112); }

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