#9BF995

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

Shades of Pale Green #9BF995

Tints of Pale Green #9BF995

Color information

#9BF995 (or 0x9BF995) is unknown color: approx Pale Green. HEX triplet: 9B, F9 and 95. RGB value is (155,249,149). Sum of RGB (Red+Green+Blue) = 155+249+149=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF995 is #64066A. Grayscale: #D1D1D1. Windows color (decimal): -6555243 or 9828763. OLE color: 9828763.

HSL color Cylindrical-coordinate representation of color #9BF995: hue angle of 116.4º degrees, saturation: 0.89, 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 #9BF995 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB155249149-
CMYK0.3800.400.02
HSL116.4º89.29%78.04%-
HSV(B)116.4º40.16%97.65%-
XYZ52.8276.8940.49-
YUV209.4993.8689.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.03%
GREEN value IS 249 (97.66% from 255) = 45.03%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=28.03%
G=45.03%
B=26.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552491490.3800.400.02116.489.2978.04
Hex9BF99526028274594e
Octal233371225460502164131116
Binary100110111111100110010101100110010100010111010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,249,149); }

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

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

 a { background-color: rgb(155,249,149); }

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

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

 span { border-color: rgb(155,249,149); }

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