#9BF585

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

Shades of Light Green #9BF585

Tints of Light Green #9BF585

Color information

#9BF585 (or 0x9BF585) is unknown color: approx Light Green. HEX triplet: 9B, F5 and 85. RGB value is (155,245,133). Sum of RGB (Red+Green+Blue) = 155+245+133=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF585 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF585 is #640A7A. Grayscale: #CDCDCD. Windows color (decimal): -6556283 or 8779163. OLE color: 8779163.

HSL color Cylindrical-coordinate representation of color #9BF585: hue angle of 108.21º degrees, saturation: 0.85, 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 #9BF585 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB155245133-
CMYK0.3700.460.04
HSL108.21º84.85%74.12%-
HSV(B)108.21º45.71%96.08%-
XYZ50.473.9733.81-
YUV205.3287.1892.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.08%
GREEN value IS 245 (96.09% from 255) = 45.97%
BLUE value IS 133 (52.34% from 255) = 24.95%
R=29.08%
G=45.97%
B=24.95%

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
Decimal1552451330.3700.460.04108.2184.8574.12
Hex9BF5852502E46c554a
Octal233365205450564154125112
Binary1001101111110101100001011001010101110100110110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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