#9BF685

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

Shades of Light Green #9BF685

Tints of Light Green #9BF685

Color information

#9BF685 (or 0x9BF685) is unknown color: approx Light Green. HEX triplet: 9B, F6 and 85. RGB value is (155,246,133). Sum of RGB (Red+Green+Blue) = 155+246+133=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF685 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF685 is #64097A. Grayscale: #CECECE. Windows color (decimal): -6556027 or 8779419. OLE color: 8779419.

HSL color Cylindrical-coordinate representation of color #9BF685: hue angle of 108.32º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BF685 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB155246133-
CMYK0.3700.460.04
HSL108.32º86.26%74.31%-
HSV(B)108.32º45.93%96.47%-
XYZ50.7174.5733.91-
YUV205.9186.8591.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.03%
GREEN value IS 246 (96.48% from 255) = 46.07%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=29.03%
G=46.07%
B=24.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1552461330.3700.460.04108.3286.2674.31
Hex9BF6852502E46c564a
Octal233366205450564154126112
Binary1001101111110110100001011001010101110100110110010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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