#9BF09E

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

Shades of Pale Green #9BF09E

Tints of Pale Green #9BF09E

Color information

#9BF09E (or 0x9BF09E) is unknown color: approx Pale Green. HEX triplet: 9B, F0 and 9E. RGB value is (155,240,158). Sum of RGB (Red+Green+Blue) = 155+240+158=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF09E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF09E is #640F61. Grayscale: #CDCDCD. Windows color (decimal): -6557538 or 10416283. OLE color: 10416283.

HSL color Cylindrical-coordinate representation of color #9BF09E: hue angle of 122.12º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BF09E is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB155240158-
CMYK0.3500.340.06
HSL122.12º73.91%77.45%-
HSV(B)122.12º35.42%94.12%-
XYZ50.8571.7643.52-
YUV205.24101.3492.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.03%
GREEN value IS 240 (94.14% from 255) = 43.40%
BLUE value IS 158 (62.11% from 255) = 28.57%
R=28.03%
G=43.40%
B=28.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552401580.3500.340.06122.1273.9177.45
Hex9BF09E2302267a4a4d
Octal233360236430426172112115
Binary1001101111110000100111101000110100010110111101010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,240,158); }

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

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

 a { background-color: rgb(155,240,158); }

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

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

 span { border-color: rgb(155,240,158); }

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