#9BFC81

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

Shades of Pale Green #9BFC81

Tints of Pale Green #9BFC81

Color information

#9BFC81 (or 0x9BFC81) is unknown color: approx Pale Green. HEX triplet: 9B, FC and 81. RGB value is (155,252,129). Sum of RGB (Red+Green+Blue) = 155+252+129=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFC81 is #64037E. Grayscale: #D1D1D1. Windows color (decimal): -6554495 or 8518811. OLE color: 8518811.

HSL color Cylindrical-coordinate representation of color #9BFC81: hue angle of 107.32º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BFC81 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB155252129-
CMYK0.3800.490.01
HSL107.32º95.35%74.71%-
HSV(B)107.32º48.81%98.82%-
XYZ52.2978.1733.1-
YUV208.9782.8689.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.92%
GREEN value IS 252 (98.83% from 255) = 47.01%
BLUE value IS 129 (50.78% from 255) = 24.07%
R=28.92%
G=47.01%
B=24.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552521290.3800.490.01107.3295.3574.71
Hex9BFC812603116b5f4b
Octal233374201460611153137113
Binary10011011111111001000000110011001100011110101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,252,129); }

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

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

 a { background-color: rgb(155,252,129); }

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

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

 span { border-color: rgb(155,252,129); }

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