#9BF584

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

Shades of Light Green #9BF584

Tints of Light Green #9BF584

Color information

#9BF584 (or 0x9BF584) is unknown color: approx Light Green. HEX triplet: 9B, F5 and 84. RGB value is (155,245,132). Sum of RGB (Red+Green+Blue) = 155+245+132=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF584 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF584 is #640A7B. Grayscale: #CDCDCD. Windows color (decimal): -6556284 or 8713627. OLE color: 8713627.

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

Color convert

RGB155245132-
CMYK0.3700.460.04
HSL107.79º84.96%73.92%-
HSV(B)107.79º46.12%96.08%-
XYZ50.3373.9433.45-
YUV205.2186.6892.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.14%
GREEN value IS 245 (96.09% from 255) = 46.05%
BLUE value IS 132 (51.95% from 255) = 24.81%
R=29.14%
G=46.05%
B=24.81%

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
Decimal1552451320.3700.460.04107.7984.9673.92
Hex9BF5842502E46c554a
Octal233365204450564154125112
Binary1001101111110101100001001001010101110100110110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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