#9BF996

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

Shades of Pale Green #9BF996

Tints of Pale Green #9BF996

Color information

#9BF996 (or 0x9BF996) is unknown color: approx Pale Green. HEX triplet: 9B, F9 and 96. RGB value is (155,249,150). Sum of RGB (Red+Green+Blue) = 155+249+150=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF996 is #640669. Grayscale: #D1D1D1. Windows color (decimal): -6555242 or 9894299. OLE color: 9894299.

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

Color convert

RGB155249150-
CMYK0.3800.400.02
HSL116.97º89.19%78.24%-
HSV(B)116.97º39.76%97.65%-
XYZ52.976.9240.91-
YUV209.6194.3689.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.98%
GREEN value IS 249 (97.66% from 255) = 44.95%
BLUE value IS 150 (58.98% from 255) = 27.08%
R=27.98%
G=44.95%
B=27.08%

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
Decimal1552491500.3800.400.02116.9789.1978.24
Hex9BF99626028275594e
Octal233371226460502165131116
Binary100110111111100110010110100110010100010111010110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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