#9BF196

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

Shades of Pale Green #9BF196

Tints of Pale Green #9BF196

Color information

#9BF196 (or 0x9BF196) is unknown color: approx Pale Green. HEX triplet: 9B, F1 and 96. RGB value is (155,241,150). Sum of RGB (Red+Green+Blue) = 155+241+150=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF196 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF196 is #640E69. Grayscale: #CDCDCD. Windows color (decimal): -6557290 or 9892251. OLE color: 9892251.

HSL color Cylindrical-coordinate representation of color #9BF196: hue angle of 116.7º degrees, saturation: 0.76, 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 #9BF196 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB155241150-
CMYK0.3600.380.05
HSL116.7º76.47%76.67%-
HSV(B)116.7º37.76%94.51%-
XYZ50.4872.0840.11-
YUV204.9197.0192.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.39%
GREEN value IS 241 (94.53% from 255) = 44.14%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=28.39%
G=44.14%
B=27.47%

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
Decimal1552411500.3600.380.05116.776.4776.67
Hex9BF196240265754c4d
Octal233361226440465165114115
Binary1001101111110001100101101001000100110101111010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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