#9BF58D

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

Shades of Pale Green #9BF58D

Tints of Pale Green #9BF58D

Color information

#9BF58D (or 0x9BF58D) is unknown color: approx Pale Green. HEX triplet: 9B, F5 and 8D. RGB value is (155,245,141). Sum of RGB (Red+Green+Blue) = 155+245+141=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 245 (96.09% from 255 or 45.29% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF58D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF58D is #640A72. Grayscale: #CECECE. Windows color (decimal): -6556275 or 9303451. OLE color: 9303451.

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

Color convert

RGB155245141-
CMYK0.3700.420.04
HSL111.92º83.87%75.69%-
HSV(B)111.92º42.45%96.08%-
XYZ50.9874.236.83-
YUV206.2391.1891.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.65%
GREEN value IS 245 (96.09% from 255) = 45.29%
BLUE value IS 141 (55.47% from 255) = 26.06%
R=28.65%
G=45.29%
B=26.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1552451410.3700.420.04111.9283.8775.69
Hex9BF58D2502A470544c
Octal233365215450524160124114
Binary1001101111110101100011011001010101010100111000010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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