Html Css Color HEX #9FE185 Gossip

📋 copy color: '#9FE185'

red 159 ◦ green 225 ◦ blue 133

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

Shades of Gossip #9FE185

Tints of Gossip #9FE185

RGB

 RED value IS 159 (62.5% from 255) = 30.75%

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

 BLUE value IS 133 (52.34% from 255) = 25.73%

R = 30.75%
G = 43.52%
B = 25.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#9FE185 (or 0x9FE185) is known color: Gossip. HEX triplet: 9F, E1 and 85. RGB value is (159,225,133). Sum of RGB (Red+Green+Blue) = 159+225+133=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE185 is #601E7A. Grayscale: #C3C3C3. Windows color (decimal): -6299259 or 8774047. OLE color: 8774047.

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

Color convert

RGB 159 225 133 -
CMYK 0.29 0 0.41 0.12
HSL 103.04º 0.61% 0.7% -
HSV(B) 103.04º 0.41% 0.88% -
XYZ 45.46 62.91 31.94 -
YUV 194.78 93.13 102.48 -
System Red Green Blue C M Y K H S L
Decimal 159 225 133 0.29 0 0.41 0.12 103.04 0.61 0.7
Hex 9F E1 85 1D 0 29 C 67 3D 46
Octal 237 341 205 35 0 51 14 147 75 106
Binary 10011111 11100001 10000101 11101 0 101001 1100 1100111 111101 1000110

Color Harmonies of #9FE185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE185

Black with #9FE185

Text Example


Text Example

White with #9FE185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,225,133); }

 H1.HeaderClassName
 {
   color: #9FE185;
 }
 .AnyTagClassName
 {
   color: #9FE185;
 }
</style>

background-color css

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

 a { background-color: rgb(159,225,133); }

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

border-color css

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

 span { border-color: rgb(159,225,133); }

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