#9BF293

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

Shades of Pale Green #9BF293

Tints of Pale Green #9BF293

Color information

#9BF293 (or 0x9BF293) is unknown color: approx Pale Green. HEX triplet: 9B, F2 and 93. RGB value is (155,242,147). Sum of RGB (Red+Green+Blue) = 155+242+147=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF293 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF293 is #640D6C. Grayscale: #CDCDCD. Windows color (decimal): -6557037 or 9695899. OLE color: 9695899.

HSL color Cylindrical-coordinate representation of color #9BF293: hue angle of 114.95º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BF293 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB155242147-
CMYK0.3600.390.05
HSL114.95º78.51%76.27%-
HSV(B)114.95º39.26%94.9%-
XYZ50.5472.5838.95-
YUV205.1695.1892.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.49%
GREEN value IS 242 (94.92% from 255) = 44.49%
BLUE value IS 147 (57.81% from 255) = 27.02%
R=28.49%
G=44.49%
B=27.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552421470.3600.390.05114.9578.5176.27
Hex9BF293240275734f4c
Octal233362223440475163117114
Binary1001101111110010100100111001000100111101111001110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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