Html Css Color HEX #96E278 Gossip

📋 copy color: '#96E278'

red 150 ◦ green 226 ◦ blue 120

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

Shades of Gossip #96E278

Tints of Gossip #96E278

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.56%

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

R = 30.24%
G = 45.56%
B = 24.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#96E278 (or 0x96E278) is known color: Gossip. HEX triplet: 96, E2 and 78. RGB value is (150,226,120). Sum of RGB (Red+Green+Blue) = 150+226+120=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #96E278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E278 is #691D87. Grayscale: #BFBFBF. Windows color (decimal): -6888840 or 7922326. OLE color: 7922326.

HSL color Cylindrical-coordinate representation of color #96E278: hue angle of 103.02º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96E278 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 226 120 -
CMYK 0.34 0 0.47 0.11
HSL 103.02º 0.65% 0.68% -
HSV(B) 103.02º 0.47% 0.89% -
XYZ 43.16 62.23 27.51 -
YUV 191.19 87.82 98.62 -
System Red Green Blue C M Y K H S L
Decimal 150 226 120 0.34 0 0.47 0.11 103.02 0.65 0.68
Hex 96 E2 78 22 0 2F B 67 41 44
Octal 226 342 170 42 0 57 13 147 101 104
Binary 10010110 11100010 1111000 100010 0 101111 1011 1100111 1000001 1000100

Color Harmonies of #96E278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E278

Black with #96E278

Text Example


Text Example

White with #96E278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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