#9FF095

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

Shades of Pale Green #9FF095

Tints of Pale Green #9FF095

Color information

#9FF095 (or 0x9FF095) is unknown color: approx Pale Green. HEX triplet: 9F, F0 and 95. RGB value is (159,240,149). Sum of RGB (Red+Green+Blue) = 159+240+149=548 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.01% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF095 is #600F6A. Grayscale: #CDCDCD. Windows color (decimal): -6295403 or 9826463. OLE color: 9826463.

HSL color Cylindrical-coordinate representation of color #9FF095: hue angle of 113.41º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FF095 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB159240149-
CMYK0.3400.380.06
HSL113.41º75.21%76.27%-
HSV(B)113.41º37.92%94.12%-
XYZ50.8871.8639.62-
YUV205.4196.1694.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.01%
GREEN value IS 240 (94.14% from 255) = 43.80%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=29.01%
G=43.80%
B=27.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592401490.3400.380.06113.4175.2176.27
Hex9FF095220266714b4c
Octal237360225420466161113114
Binary1001111111110000100101011000100100110110111000110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,240,149); }

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

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

 a { background-color: rgb(159,240,149); }

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

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

 span { border-color: rgb(159,240,149); }

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