#9BF297

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

Shades of Pale Green #9BF297

Tints of Pale Green #9BF297

Color information

#9BF297 (or 0x9BF297) is unknown color: approx Pale Green. HEX triplet: 9B, F2 and 97. RGB value is (155,242,151). Sum of RGB (Red+Green+Blue) = 155+242+151=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF297 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF297 is #640D68. Grayscale: #CDCDCD. Windows color (decimal): -6557033 or 9958043. OLE color: 9958043.

HSL color Cylindrical-coordinate representation of color #9BF297: hue angle of 117.36º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF297 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB155242151-
CMYK0.3600.380.05
HSL117.36º77.78%77.06%-
HSV(B)117.36º37.6%94.9%-
XYZ50.8672.7140.63-
YUV205.6197.1891.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.28%
GREEN value IS 242 (94.92% from 255) = 44.16%
BLUE value IS 151 (59.38% from 255) = 27.55%
R=28.28%
G=44.16%
B=27.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552421510.3600.380.05117.3677.7877.06
Hex9BF297240265754e4d
Octal233362227440465165116115
Binary1001101111110010100101111001000100110101111010110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,242,151); }

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

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

 a { background-color: rgb(155,242,151); }

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

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

 span { border-color: rgb(155,242,151); }

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