#9BF195

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

Shades of Pale Green #9BF195

Tints of Pale Green #9BF195

Color information

#9BF195 (or 0x9BF195) is unknown color: approx Pale Green. HEX triplet: 9B, F1 and 95. RGB value is (155,241,149). Sum of RGB (Red+Green+Blue) = 155+241+149=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF195 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF195 is #640E6A. Grayscale: #CDCDCD. Windows color (decimal): -6557291 or 9826715. OLE color: 9826715.

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

Color convert

RGB155241149-
CMYK0.3600.380.05
HSL116.09º76.67%76.47%-
HSV(B)116.09º38.17%94.51%-
XYZ50.472.0539.68-
YUV204.896.5192.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.44%
GREEN value IS 241 (94.53% from 255) = 44.22%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=28.44%
G=44.22%
B=27.34%

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
Decimal1552411490.3600.380.05116.0976.6776.47
Hex9BF195240265744d4c
Octal233361225440465164115114
Binary1001101111110001100101011001000100110101111010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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