#9FFA95

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

Shades of Pale Green #9FFA95

Tints of Pale Green #9FFA95

Color information

#9FFA95 (or 0x9FFA95) is unknown color: approx Pale Green. HEX triplet: 9F, FA and 95. RGB value is (159,250,149). Sum of RGB (Red+Green+Blue) = 159+250+149=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFA95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFA95 is #60056A. Grayscale: #D3D3D3. Windows color (decimal): -6292843 or 9829023. OLE color: 9829023.

HSL color Cylindrical-coordinate representation of color #9FFA95: hue angle of 114.06º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FFA95 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB159250149-
CMYK0.3600.400.02
HSL114.06º90.99%78.24%-
HSV(B)114.06º40.4%98.04%-
XYZ53.9177.9140.63-
YUV211.2892.8590.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.49%
GREEN value IS 250 (98.05% from 255) = 44.80%
BLUE value IS 149 (58.59% from 255) = 26.70%
R=28.49%
G=44.80%
B=26.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592501490.3600.400.02114.0690.9978.24
Hex9FFA95240282725b4e
Octal237372225440502162133116
Binary100111111111101010010101100100010100010111001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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