Html Css Color HEX #96E178 Gossip

📋 copy color: '#96E178'

red 150 ◦ green 225 ◦ blue 120

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

Shades of Gossip #96E178

Tints of Gossip #96E178

RGB

 RED value IS 150 (58.98% from 255) = 30.3%

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

 BLUE value IS 120 (47.27% from 255) = 24.24%

R = 30.3%
G = 45.45%
B = 24.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#96E178 (or 0x96E178) is known color: Gossip. HEX triplet: 96, E1 and 78. RGB value is (150,225,120). Sum of RGB (Red+Green+Blue) = 150+225+120=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #96E178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E178 is #691E87. Grayscale: #BEBEBE. Windows color (decimal): -6889096 or 7922070. OLE color: 7922070.

HSL color Cylindrical-coordinate representation of color #96E178: hue angle of 102.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96E178 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 225 120 -
CMYK 0.33 0 0.47 0.12
HSL 102.86º 0.64% 0.68% -
HSV(B) 102.86º 0.47% 0.88% -
XYZ 42.89 61.69 27.42 -
YUV 190.61 88.15 99.04 -
System Red Green Blue C M Y K H S L
Decimal 150 225 120 0.33 0 0.47 0.12 102.86 0.64 0.68
Hex 96 E1 78 21 0 2F C 67 40 44
Octal 226 341 170 41 0 57 14 147 100 104
Binary 10010110 11100001 1111000 100001 0 101111 1100 1100111 1000000 1000100

Color Harmonies of #96E178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E178

Black with #96E178

Text Example


Text Example

White with #96E178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96E178; }

 p { color: rgb(150,225,120); }

 H1.HeaderClassName
 {
   color: #96E178;
 }
 .AnyTagClassName
 {
   color: #96E178;
 }
</style>

background-color css

<style>
 a { background-color: #96E178; }

 a { background-color: rgb(150,225,120); }

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

border-color css

<style>
 span { border-color: #96E178; }

 span { border-color: rgb(150,225,120); }

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