#96E272

Color #96E272 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #96E272

Tints of Gossip #96E272

Color information

#96E272 (or 0x96E272) is unknown color: approx Gossip. HEX triplet: 96, E2 and 72. RGB value is (150,226,114). Sum of RGB (Red+Green+Blue) = 150+226+114=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #96E272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E272 is #691D8D. Grayscale: #BEBEBE. Windows color (decimal): -6888846 or 7529110. OLE color: 7529110.

HSL color Cylindrical-coordinate representation of color #96E272: hue angle of 100.71º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96E272 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB150226114-
CMYK0.3400.500.11
HSL100.71º65.88%66.67%-
HSV(B)100.71º49.56%88.63%-
XYZ42.8162.0925.65-
YUV190.5184.8299.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 226 (88.67% from 255) = 46.12%
BLUE value IS 114 (44.92% from 255) = 23.27%
R=30.61%
G=46.12%
B=23.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502261140.3400.500.11100.7165.8866.67
Hex96E27222032B654243
Octal2263421624206213145102103
Binary1001011011100010111001010001001100101011110010110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96E272;
 }
 .AnyTagClassName
 {
   color: #96E272;
 }
</style>
background-color css

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

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

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

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

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

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