#9BF88C

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

Shades of Pale Green #9BF88C

Tints of Pale Green #9BF88C

Color information

#9BF88C (or 0x9BF88C) is unknown color: approx Pale Green. HEX triplet: 9B, F8 and 8C. RGB value is (155,248,140). Sum of RGB (Red+Green+Blue) = 155+248+140=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF88C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF88C is #640773. Grayscale: #D0D0D0. Windows color (decimal): -6555508 or 9238683. OLE color: 9238683.

HSL color Cylindrical-coordinate representation of color #9BF88C: hue angle of 111.67º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BF88C is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB155248140-
CMYK0.3800.440.03
HSL111.67º88.52%76.08%-
HSV(B)111.67º43.55%97.25%-
XYZ51.827636.75-
YUV207.8889.6990.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.55%
GREEN value IS 248 (97.27% from 255) = 45.67%
BLUE value IS 140 (55.08% from 255) = 25.78%
R=28.55%
G=45.67%
B=25.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1552481400.3800.440.03111.6788.5276.08
Hex9BF88C2602C370594c
Octal233370214460543160131114
Binary100110111111100010001100100110010110011111000010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,248,140); }

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

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

 a { background-color: rgb(155,248,140); }

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

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

 span { border-color: rgb(155,248,140); }

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