#9BF493

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

Shades of Pale Green #9BF493

Tints of Pale Green #9BF493

Color information

#9BF493 (or 0x9BF493) is unknown color: approx Pale Green. HEX triplet: 9B, F4 and 93. RGB value is (155,244,147). Sum of RGB (Red+Green+Blue) = 155+244+147=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF493 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF493 is #640B6C. Grayscale: #CECECE. Windows color (decimal): -6556525 or 9696411. OLE color: 9696411.

HSL color Cylindrical-coordinate representation of color #9BF493: hue angle of 115.05º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BF493 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB155244147-
CMYK0.3600.400.04
HSL115.05º81.51%76.67%-
HSV(B)115.05º39.75%95.69%-
XYZ51.1373.7839.15-
YUV206.3394.5191.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.39%
GREEN value IS 244 (95.70% from 255) = 44.69%
BLUE value IS 147 (57.81% from 255) = 26.92%
R=28.39%
G=44.69%
B=26.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1552441470.3600.400.04115.0581.5176.67
Hex9BF49324028473524d
Octal233364223440504163122115
Binary1001101111110100100100111001000101000100111001110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,244,147); }

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

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

 a { background-color: rgb(155,244,147); }

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

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

 span { border-color: rgb(155,244,147); }

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