#9FE088

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

Shades of Gossip #9FE088

Tints of Gossip #9FE088

Color information

#9FE088 (or 0x9FE088) is unknown color: approx Gossip. HEX triplet: 9F, E0 and 88. RGB value is (159,224,136). Sum of RGB (Red+Green+Blue) = 159+224+136=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE088 is #601F77. Grayscale: #C2C2C2. Windows color (decimal): -6299512 or 8970399. OLE color: 8970399.

HSL color Cylindrical-coordinate representation of color #9FE088: hue angle of 104.32º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FE088 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB159224136-
CMYK0.2900.390.12
HSL104.32º58.67%70.59%-
HSV(B)104.32º39.29%87.84%-
XYZ45.462.4632.96-
YUV194.5394.97102.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.64%
GREEN value IS 224 (87.89% from 255) = 43.16%
BLUE value IS 136 (53.52% from 255) = 26.20%
R=30.64%
G=43.16%
B=26.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592241360.2900.390.12104.3258.6770.59
Hex9FE0881D027C683b47
Octal237340210350471415073107
Binary100111111110000010001000111010100111110011010001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FE088; }

 p { color: rgb(159,224,136); }

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

<style>
 a { background-color: #9FE088; }

 a { background-color: rgb(159,224,136); }

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

<style>
 span { border-color: #9FE088; }

 span { border-color: rgb(159,224,136); }

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