#9BF985

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

Shades of Light Green #9BF985

Tints of Light Green #9BF985

Color information

#9BF985 (or 0x9BF985) is unknown color: approx Light Green. HEX triplet: 9B, F9 and 85. RGB value is (155,249,133). Sum of RGB (Red+Green+Blue) = 155+249+133=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF985 is #64067A. Grayscale: #D0D0D0. Windows color (decimal): -6555259 or 8780187. OLE color: 8780187.

HSL color Cylindrical-coordinate representation of color #9BF985: hue angle of 108.62º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BF985 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB155249133-
CMYK0.3800.470.02
HSL108.62º90.62%74.9%-
HSV(B)108.62º46.59%97.65%-
XYZ51.6376.4134.22-
YUV207.6785.8690.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.86%
GREEN value IS 249 (97.66% from 255) = 46.37%
BLUE value IS 133 (52.34% from 255) = 24.77%
R=28.86%
G=46.37%
B=24.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552491330.3800.470.02108.6290.6274.9
Hex9BF9852602F26d5b4b
Octal233371205460572155133113
Binary100110111111100110000101100110010111110110110110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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