#9FF985

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

Shades of Pale Green #9FF985

Tints of Pale Green #9FF985

Color information

#9FF985 (or 0x9FF985) is unknown color: approx Pale Green. HEX triplet: 9F, F9 and 85. RGB value is (159,249,133). Sum of RGB (Red+Green+Blue) = 159+249+133=541 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.39% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #9FF985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF985 is #60067A. Grayscale: #D1D1D1. Windows color (decimal): -6293115 or 8780191. OLE color: 8780191.

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

Color convert

RGB159249133-
CMYK0.3600.470.02
HSL106.55º90.62%74.9%-
HSV(B)106.55º46.59%97.65%-
XYZ52.4176.8234.26-
YUV208.8785.1892.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.39%
GREEN value IS 249 (97.66% from 255) = 46.03%
BLUE value IS 133 (52.34% from 255) = 24.58%
R=29.39%
G=46.03%
B=24.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592491330.3600.470.02106.5590.6274.9
Hex9FF9852402F26b5b4b
Octal237371205440572153133113
Binary100111111111100110000101100100010111110110101110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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