#9FFB85

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

Shades of Pale Green #9FFB85

Tints of Pale Green #9FFB85

Color information

#9FFB85 (or 0x9FFB85) is unknown color: approx Pale Green. HEX triplet: 9F, FB and 85. RGB value is (159,251,133). Sum of RGB (Red+Green+Blue) = 159+251+133=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FFB85 is #60047A. Grayscale: #D2D2D2. Windows color (decimal): -6292603 or 8780703. OLE color: 8780703.

HSL color Cylindrical-coordinate representation of color #9FFB85: hue angle of 106.78º degrees, saturation: 0.94, 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 #9FFB85 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB159251133-
CMYK0.3700.470.02
HSL106.78º93.65%75.29%-
HSV(B)106.78º47.01%98.43%-
XYZ53.0378.0634.46-
YUV210.0484.5291.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.28%
GREEN value IS 251 (98.44% from 255) = 46.22%
BLUE value IS 133 (52.34% from 255) = 24.49%
R=29.28%
G=46.22%
B=24.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592511330.3700.470.02106.7893.6575.29
Hex9FFB852502F26b5e4b
Octal237373205450572153136113
Binary100111111111101110000101100101010111110110101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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