#9FF194

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

Shades of Pale Green #9FF194

Tints of Pale Green #9FF194

Color information

#9FF194 (or 0x9FF194) is unknown color: approx Pale Green. HEX triplet: 9F, F1 and 94. RGB value is (159,241,148). Sum of RGB (Red+Green+Blue) = 159+241+148=548 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.01% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF194 is #600E6B. Grayscale: #CECECE. Windows color (decimal): -6295148 or 9761183. OLE color: 9761183.

HSL color Cylindrical-coordinate representation of color #9FF194: hue angle of 112.9º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FF194 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB159241148-
CMYK0.3400.390.05
HSL112.9º76.86%76.27%-
HSV(B)112.9º38.59%94.51%-
XYZ51.172.4239.3-
YUV205.8895.3394.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.01%
GREEN value IS 241 (94.53% from 255) = 43.98%
BLUE value IS 148 (58.20% from 255) = 27.01%
R=29.01%
G=43.98%
B=27.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592411480.3400.390.05112.976.8676.27
Hex9FF194220275714d4c
Octal237361224420475161115114
Binary1001111111110001100101001000100100111101111000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,241,148); }

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

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

 a { background-color: rgb(159,241,148); }

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

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

 span { border-color: rgb(159,241,148); }

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