Html Css Color HEX #96E16E Gossip

📋 copy color: '#96E16E'

red 150 ◦ green 225 ◦ blue 110

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

Shades of Gossip #96E16E

Tints of Gossip #96E16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.68%

R = 30.93%
G = 46.39%
B = 22.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#96E16E (or 0x96E16E) is known color: Gossip. HEX triplet: 96, E1 and 6E. RGB value is (150,225,110). Sum of RGB (Red+Green+Blue) = 150+225+110=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #96E16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E16E is #691E91. Grayscale: #BDBDBD. Windows color (decimal): -6889106 or 7266710. OLE color: 7266710.

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

Color convert

RGB 150 225 110 -
CMYK 0.33 0 0.51 0.12
HSL 99.13º 0.66% 0.66% -
HSV(B) 99.13º 0.51% 0.88% -
XYZ 42.32 61.46 24.38 -
YUV 189.47 83.15 99.85 -
System Red Green Blue C M Y K H S L
Decimal 150 225 110 0.33 0 0.51 0.12 99.13 0.66 0.66
Hex 96 E1 6E 21 0 33 C 63 42 42
Octal 226 341 156 41 0 63 14 143 102 102
Binary 10010110 11100001 1101110 100001 0 110011 1100 1100011 1000010 1000010

Color Harmonies of #96E16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E16E

Black with #96E16E

Text Example


Text Example

White with #96E16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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